#8E3F07

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

Shades of Saddle Brown #8E3F07

Tints of Saddle Brown #8E3F07

Color information

#8E3F07 (or 0x8E3F07) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3F and 07. RGB value is (142,63,7). Sum of RGB (Red+Green+Blue) = 142+63+7=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3F07 is #71C0F8. Grayscale: #505050. Windows color (decimal): -7454969 or 475022. OLE color: 475022.

HSL color Cylindrical-coordinate representation of color #8E3F07: hue angle of 24.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E3F07 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB142637-
CMYK00.560.950.44
HSL24.89º90.6%29.22%-
HSV(B)24.89º95.07%55.69%-
XYZ12.979.321.32-
YUV80.2486.67172.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 7 (3.12% from 255) = 3.30%
R=66.98%
G=29.72%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14263700.560.950.4424.8990.629.22
Hex8E3F70385F2C195b1d
Octal216777070137543113335
Binary100011101111111110111000101111110110011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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