#8E481B

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

Shades of Saddle Brown #8E481B

Tints of Saddle Brown #8E481B

Color information

#8E481B (or 0x8E481B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 48 and 1B. RGB value is (142,72,27). Sum of RGB (Red+Green+Blue) = 142+72+27=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E481B is #71B7E4. Grayscale: #585858. Windows color (decimal): -7452645 or 1788046. OLE color: 1788046.

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

Color convert

RGB1427227-
CMYK00.490.810.44
HSL23.48º68.05%33.14%-
HSV(B)23.48º80.99%55.69%-
XYZ13.6710.462.34-
YUV87.893.69166.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 27 (10.94% from 255) = 11.20%
R=58.92%
G=29.88%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142722700.490.810.4423.4868.0533.14
Hex8E481B031512C174421
Octal21611033061121542710441
Binary1000111010010001101101100011010001101100101111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E481B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,72,27); }

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

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

 a { background-color: rgb(142,72,27); }

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

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

 span { border-color: rgb(142,72,27); }

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