#8E2F06

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

Shades of Saddle Brown #8E2F06

Tints of Saddle Brown #8E2F06

Color information

#8E2F06 (or 0x8E2F06) is unknown color: approx Saddle Brown. HEX triplet: 8E, 2F and 06. RGB value is (142,47,6). Sum of RGB (Red+Green+Blue) = 142+47+6=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2F06 is #71D0F9. Grayscale: #464646. Windows color (decimal): -7459066 or 405390. OLE color: 405390.

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

Color convert

RGB142476-
CMYK00.670.960.44
HSL18.09º91.89%29.02%-
HSV(B)18.09º95.77%55.69%-
XYZ12.27.81.03-
YUV70.7391.47178.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 47 (18.75% from 255) = 24.10%
BLUE value IS 6 (2.73% from 255) = 3.08%
R=72.82%
G=24.10%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14247600.670.960.4418.0991.8929.02
Hex8E2F6043602C125c1d
Octal2165760103140542213435
Binary1000111010111111001000011110000010110010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,6); }

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

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

 a { background-color: rgb(142,47,6); }

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

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

 span { border-color: rgb(142,47,6); }

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