#8E2F0B

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

Shades of Saddle Brown #8E2F0B

Tints of Saddle Brown #8E2F0B

Color information

#8E2F0B (or 0x8E2F0B) is unknown color: approx Saddle Brown. HEX triplet: 8E, 2F and 0B. RGB value is (142,47,11). Sum of RGB (Red+Green+Blue) = 142+47+11=200 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2F0B is #71D0F4. Grayscale: #474747. Windows color (decimal): -7459061 or 733070. OLE color: 733070.

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

Color convert

RGB1424711-
CMYK00.670.920.44
HSL16.49º85.62%30%-
HSV(B)16.49º92.25%55.69%-
XYZ12.237.811.18-
YUV71.393.97178.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=71%
G=23.5%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142471100.670.920.4416.4985.6230
Hex8E2FB0435C2C10561e
Octal21657130103134542012636
Binary10001110101111101101000011101110010110010000101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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