#8E310C

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

Shades of Saddle Brown #8E310C

Tints of Saddle Brown #8E310C

Color information

#8E310C (or 0x8E310C) is unknown color: approx Saddle Brown. HEX triplet: 8E, 31 and 0C. RGB value is (142,49,12). Sum of RGB (Red+Green+Blue) = 142+49+12=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E310C is #71CEF3. Grayscale: #484848. Windows color (decimal): -7458548 or 799118. OLE color: 799118.

HSL color Cylindrical-coordinate representation of color #8E310C: hue angle of 17.08º degrees, saturation: 0.84, 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 #8E310C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1424912-
CMYK00.650.920.44
HSL17.08º84.42%30.2%-
HSV(B)17.08º91.55%55.69%-
XYZ12.327.971.24-
YUV72.5993.81177.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 12 (5.08% from 255) = 5.91%
R=69.95%
G=24.14%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142491200.650.920.4417.0884.4230.2
Hex8E31C0415C2C11541e
Octal21661140101134542112436
Binary10001110110001110001000001101110010110010001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,49,12); }

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

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

 a { background-color: rgb(142,49,12); }

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

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

 span { border-color: rgb(142,49,12); }

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