#8E4915

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

Shades of Saddle Brown #8E4915

Tints of Saddle Brown #8E4915

Color information

#8E4915 (or 0x8E4915) is unknown color: approx Saddle Brown. HEX triplet: 8E, 49 and 15. RGB value is (142,73,21). Sum of RGB (Red+Green+Blue) = 142+73+21=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4915 is #71B6EA. Grayscale: #575757. Windows color (decimal): -7452395 or 1395086. OLE color: 1395086.

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

Color convert

RGB1427321-
CMYK00.490.850.44
HSL25.79º74.23%31.96%-
HSV(B)25.79º85.21%55.69%-
XYZ13.6710.572.03-
YUV87.790.36166.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 73 (28.91% from 255) = 30.93%
BLUE value IS 21 (8.59% from 255) = 8.90%
R=60.17%
G=30.93%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142732100.490.850.4425.7974.2331.96
Hex8E4915031552C1a4a20
Octal21611125061125543211240
Binary1000111010010011010101100011010101101100110101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,21); }

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

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

 a { background-color: rgb(142,73,21); }

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

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

 span { border-color: rgb(142,73,21); }

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