#8E2B1B

Color #8E2B1B Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #8E2B1B

Tints of Burnt Umber #8E2B1B

Color information

#8E2B1B (or 0x8E2B1B) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2B and 1B. RGB value is (142,43,27). Sum of RGB (Red+Green+Blue) = 142+43+27=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B1B is #71D4E4. Grayscale: #464646. Windows color (decimal): -7460069 or 1780622. OLE color: 1780622.

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

Color convert

RGB1424327-
CMYK00.700.810.44
HSL8.35º68.05%33.14%-
HSV(B)8.35º80.99%55.69%-
XYZ12.227.561.85-
YUV70.78103.3178.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 43 (17.19% from 255) = 20.28%
BLUE value IS 27 (10.94% from 255) = 12.74%
R=66.98%
G=20.28%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142432700.700.810.448.3568.0533.14
Hex8E2B1B046512C84421
Octal21653330106121541010441
Binary100011101010111101101000110101000110110010001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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