#8E300B

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

Shades of Saddle Brown #8E300B

Tints of Saddle Brown #8E300B

Color information

#8E300B (or 0x8E300B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 30 and 0B. RGB value is (142,48,11). Sum of RGB (Red+Green+Blue) = 142+48+11=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E300B is #71CFF4. Grayscale: #484848. Windows color (decimal): -7458805 or 733326. OLE color: 733326.

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

Color convert

RGB1424811-
CMYK00.660.920.44
HSL16.95º85.62%30%-
HSV(B)16.95º92.25%55.69%-
XYZ12.277.891.19-
YUV71.8993.64178.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.65%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=70.65%
G=23.88%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142481100.660.920.4416.9585.6230
Hex8E30B0425C2C11561e
Octal21660130102134542112636
Binary10001110110000101101000010101110010110010001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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