#8E4405

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

Shades of Saddle Brown #8E4405

Tints of Saddle Brown #8E4405

Color information

#8E4405 (or 0x8E4405) is unknown color: approx Saddle Brown. HEX triplet: 8E, 44 and 05. RGB value is (142,68,5). Sum of RGB (Red+Green+Blue) = 142+68+5=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4405 is #71BBFA. Grayscale: #535353. Windows color (decimal): -7453691 or 345230. OLE color: 345230.

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

Color convert

RGB142685-
CMYK00.520.960.44
HSL27.59º93.2%28.82%-
HSV(B)27.59º96.48%55.69%-
XYZ13.259.91.36-
YUV82.9484.02170.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.05%
GREEN value IS 68 (26.95% from 255) = 31.63%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=66.05%
G=31.63%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14268500.520.960.4427.5993.228.82
Hex8E445034602C1c5d1d
Octal2161045064140543413535
Binary1000111010001001010110100110000010110011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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