#8C300B

Color #8C300B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #8C300B

Tints of Saddle Brown #8C300B

Color information

#8C300B (or 0x8C300B) is unknown color: approx Saddle Brown. HEX triplet: 8C, 30 and 0B. RGB value is (140,48,11). Sum of RGB (Red+Green+Blue) = 140+48+11=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C300B is #73CFF4. Grayscale: #474747. Windows color (decimal): -7589877 or 733324. OLE color: 733324.

HSL color Cylindrical-coordinate representation of color #8C300B: hue angle of 17.21º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C300B is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1404811-
CMYK00.660.920.45
HSL17.21º85.43%29.61%-
HSV(B)17.21º92.14%54.9%-
XYZ11.937.711.18-
YUV71.2993.98177.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 70.35%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 11 (4.69% from 255) = 5.53%
R=70.35%
G=24.12%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140481100.660.920.4517.2185.4329.61
Hex8C30B0425C2D11551e
Octal21460130102134552112536
Binary10001100110000101101000010101110010110110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C300B; }

 p { color: rgb(140,48,11); }

 H1.HeaderClassName
 {
   color: #8C300B;
 }
 .AnyTagClassName
 {
   color: #8C300B;
 }
</style>
background-color css

<style>
 a { background-color: #8C300B; }

 a { background-color: rgb(140,48,11); }

 div.DivClassName
 {
   background-color: #8C300B;
 }
 .BgClassName
 {
   background-color: #8C300B;
 }
</style>
border-color css

<style>
 span { border-color: #8C300B; }

 span { border-color: rgb(140,48,11); }

 td.TdClassName
 {
   border-color: #8C300B;
 }
 .TagClassName
 {
   border-color: #8C300B;
 }
</style>