#8E3F0C

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

Shades of Saddle Brown #8E3F0C

Tints of Saddle Brown #8E3F0C

Color information

#8E3F0C (or 0x8E3F0C) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3F and 0C. RGB value is (142,63,12). Sum of RGB (Red+Green+Blue) = 142+63+12=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3F0C is #71C0F3. Grayscale: #515151. Windows color (decimal): -7454964 or 802702. OLE color: 802702.

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

Color convert

RGB1426312-
CMYK00.560.920.44
HSL23.54º84.42%30.2%-
HSV(B)23.54º91.55%55.69%-
XYZ139.331.46-
YUV80.8189.17171.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=65.44%
G=29.03%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142631200.560.920.4423.5484.4230.2
Hex8E3FC0385C2C18541e
Octal2167714070134543012436
Binary1000111011111111000111000101110010110011000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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