#8E3B0E

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

Shades of Saddle Brown #8E3B0E

Tints of Saddle Brown #8E3B0E

Color information

#8E3B0E (or 0x8E3B0E) is unknown color: approx Saddle Brown. HEX triplet: 8E, 3B and 0E. RGB value is (142,59,14). Sum of RGB (Red+Green+Blue) = 142+59+14=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E3B0E is #71C4F1. Grayscale: #4E4E4E. Windows color (decimal): -7455986 or 932750. OLE color: 932750.

HSL color Cylindrical-coordinate representation of color #8E3B0E: hue angle of 21.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E3B0E is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB1425914-
CMYK00.580.900.44
HSL21.09º82.05%30.59%-
HSV(B)21.09º90.14%55.69%-
XYZ12.88.911.46-
YUV78.6991.5173.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.05%
GREEN value IS 59 (23.44% from 255) = 27.44%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=66.05%
G=27.44%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142591400.580.900.4421.0982.0530.59
Hex8E3BE03A5A2C15521f
Octal2167316072132542512237
Binary1000111011101111100111010101101010110010101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,59,14); }

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

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

 a { background-color: rgb(142,59,14); }

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

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

 span { border-color: rgb(142,59,14); }

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