#8E3D04

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

Shades of Saddle Brown #8E3D04

Tints of Saddle Brown #8E3D04

Color information

#8E3D04 (or 0x8E3D04) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3D and 04. RGB value is (142,61,4). Sum of RGB (Red+Green+Blue) = 142+61+4=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3D04 is #71C2FB. Grayscale: #4F4F4F. Windows color (decimal): -7455484 or 277902. OLE color: 277902.

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

Color convert

RGB142614-
CMYK00.570.970.44
HSL24.78º94.52%28.63%-
HSV(B)24.78º97.18%55.69%-
XYZ12.859.11.19-
YUV78.7285.84173.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=68.60%
G=29.47%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14261400.570.970.4424.7894.5228.63
Hex8E3D4039612C195f1d
Octal216754071141543113735
Binary100011101111011000111001110000110110011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,4); }

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

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

 a { background-color: rgb(142,61,4); }

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

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

 span { border-color: rgb(142,61,4); }

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