#8E3405

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

Shades of Saddle Brown #8E3405

Tints of Saddle Brown #8E3405

Color information

#8E3405 (or 0x8E3405) is unknown color: approx Saddle Brown. HEX triplet: 8E, 34 and 05. RGB value is (142,52,5). Sum of RGB (Red+Green+Blue) = 142+52+5=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3405 is #71CBFA. Grayscale: #494949. Windows color (decimal): -7457787 or 341134. OLE color: 341134.

HSL color Cylindrical-coordinate representation of color #8E3405: hue angle of 20.58º degrees, saturation: 0.93, 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 #8E3405 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB142525-
CMYK00.630.960.44
HSL20.58º93.2%28.82%-
HSV(B)20.58º96.48%55.69%-
XYZ12.418.221.08-
YUV73.5589.32176.82-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=71.36%
G=26.13%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14252500.630.960.4420.5893.228.82
Hex8E34503F602C155d1d
Octal216645077140542513535
Binary100011101101001010111111110000010110010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,5); }

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

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

 a { background-color: rgb(142,52,5); }

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

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

 span { border-color: rgb(142,52,5); }

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