#8E320B

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

Shades of Saddle Brown #8E320B

Tints of Saddle Brown #8E320B

Color information

#8E320B (or 0x8E320B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 32 and 0B. RGB value is (142,50,11). Sum of RGB (Red+Green+Blue) = 142+50+11=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E320B is #71CDF4. Grayscale: #494949. Windows color (decimal): -7458293 or 733838. OLE color: 733838.

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

Color convert

RGB1425011-
CMYK00.650.920.44
HSL17.86º85.62%30%-
HSV(B)17.86º92.25%55.69%-
XYZ12.368.061.22-
YUV73.0692.98177.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 11 (4.69% from 255) = 5.42%
R=69.95%
G=24.63%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142501100.650.920.4417.8685.6230
Hex8E32B0415C2C12561e
Octal21662130101134542212636
Binary10001110110010101101000001101110010110010010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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