#8E4B1B

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

Shades of Saddle Brown #8E4B1B

Tints of Saddle Brown #8E4B1B

Color information

#8E4B1B (or 0x8E4B1B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4B and 1B. RGB value is (142,75,27). Sum of RGB (Red+Green+Blue) = 142+75+27=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4B1B is #71B4E4. Grayscale: #595959. Windows color (decimal): -7451877 or 1788814. OLE color: 1788814.

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

Color convert

RGB1427527-
CMYK00.470.810.44
HSL25.04º68.05%33.14%-
HSV(B)25.04º80.99%55.69%-
XYZ13.8710.862.4-
YUV89.5692.7165.4-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=58.20%
G=30.74%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142752700.470.810.4425.0468.0533.14
Hex8E4B1B02F512C194421
Octal21611333057121543110441
Binary1000111010010111101101011111010001101100110011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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