#8E4B0B

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

Shades of Saddle Brown #8E4B0B

Tints of Saddle Brown #8E4B0B

Color information

#8E4B0B (or 0x8E4B0B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 4B and 0B. RGB value is (142,75,11). Sum of RGB (Red+Green+Blue) = 142+75+11=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E4B0B is #71B4F4. Grayscale: #585858. Windows color (decimal): -7451893 or 740238. OLE color: 740238.

HSL color Cylindrical-coordinate representation of color #8E4B0B: hue angle of 29.31º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E4B0B is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1427511-
CMYK00.470.920.44
HSL29.31º85.62%30%-
HSV(B)29.31º92.25%55.69%-
XYZ13.7310.811.68-
YUV87.7484.7166.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.28%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=62.28%
G=32.89%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142751100.470.920.4429.3185.6230
Hex8E4BB02F5C2C1d561e
Octal21611313057134543512636
Binary10001110100101110110101111101110010110011101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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