#8E4413

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

Shades of Saddle Brown #8E4413

Tints of Saddle Brown #8E4413

Color information

#8E4413 (or 0x8E4413) is unknown color: approx Saddle Brown. HEX triplet: 8E, 44 and 13. RGB value is (142,68,19). Sum of RGB (Red+Green+Blue) = 142+68+19=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4413 is #71BBEC. Grayscale: #545454. Windows color (decimal): -7453677 or 1262734. OLE color: 1262734.

HSL color Cylindrical-coordinate representation of color #8E4413: hue angle of 23.9º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E4413 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1426819-
CMYK00.520.870.44
HSL23.9º76.4%31.57%-
HSV(B)23.9º86.62%55.69%-
XYZ13.349.931.83-
YUV84.5491.02168.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=62.01%
G=29.69%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142681900.520.870.4423.976.431.57
Hex8E4413034572C184c20
Octal21610423064127543011440
Binary1000111010001001001101101001010111101100110001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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