#8E4202

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

Shades of Saddle Brown #8E4202

Tints of Saddle Brown #8E4202

Color information

#8E4202 (or 0x8E4202) is unknown color: approx Saddle Brown. HEX triplet: 8E, 42 and 02. RGB value is (142,66,2). Sum of RGB (Red+Green+Blue) = 142+66+2=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4202 is #71BDFD. Grayscale: #515151. Windows color (decimal): -7454206 or 148110. OLE color: 148110.

HSL color Cylindrical-coordinate representation of color #8E4202: hue angle of 27.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E4202 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB142662-
CMYK00.540.990.44
HSL27.43º97.22%28.24%-
HSV(B)27.43º98.59%55.69%-
XYZ13.119.651.23-
YUV81.4383.18171.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.62%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=67.62%
G=31.43%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14266200.540.990.4427.4397.2228.24
Hex8E422036632C1b611c
Octal2161022066143543314134
Binary100011101000010100110110110001110110011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,66,2); }

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

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

 a { background-color: rgb(142,66,2); }

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

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

 span { border-color: rgb(142,66,2); }

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