#8E2D26

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

Shades of Burnt Umber #8E2D26

Tints of Burnt Umber #8E2D26

Color information

#8E2D26 (or 0x8E2D26) is unknown color: approx Burnt Umber. HEX triplet: 8E, 2D and 26. RGB value is (142,45,38). Sum of RGB (Red+Green+Blue) = 142+45+38=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D26 is #71D2D9. Grayscale: #494949. Windows color (decimal): -7459546 or 2502030. OLE color: 2502030.

HSL color Cylindrical-coordinate representation of color #8E2D26: hue angle of 4.04º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2D26 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1424538-
CMYK00.680.730.44
HSL4.04º57.78%35.29%-
HSV(B)4.04º73.24%55.69%-
XYZ12.447.772.68-
YUV73.2108.14177.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=63.11%
G=20%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142453800.680.730.444.0457.7835.29
Hex8E2D26044492C43a23
Octal216554601041115447243
Binary10001110101101100110010001001001001101100100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,45,38); }

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

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

 a { background-color: rgb(142,45,38); }

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

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

 span { border-color: rgb(142,45,38); }

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