#8E491E

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

Shades of Saddle Brown #8E491E

Tints of Saddle Brown #8E491E

Color information

#8E491E (or 0x8E491E) is unknown color: approx Saddle Brown. HEX triplet: 8E, 49 and 1E. RGB value is (142,73,30). Sum of RGB (Red+Green+Blue) = 142+73+30=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E491E is #71B6E1. Grayscale: #585858. Windows color (decimal): -7452386 or 1984910. OLE color: 1984910.

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

Color convert

RGB1427330-
CMYK00.490.790.44
HSL23.04º65.12%33.73%-
HSV(B)23.04º78.87%55.69%-
XYZ13.7710.612.55-
YUV88.7394.86166-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 57.96%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=57.96%
G=29.80%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142733000.490.790.4423.0465.1233.73
Hex8E491E0314F2C174122
Octal21611136061117542710142
Binary1000111010010011111001100011001111101100101111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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