#8E3126

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

Shades of Burnt Umber #8E3126

Tints of Burnt Umber #8E3126

Color information

#8E3126 (or 0x8E3126) is unknown color: approx Burnt Umber. HEX triplet: 8E, 31 and 26. RGB value is (142,49,38). Sum of RGB (Red+Green+Blue) = 142+49+38=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3126 is #71CED9. Grayscale: #4B4B4B. Windows color (decimal): -7458522 or 2503054. OLE color: 2503054.

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

Color convert

RGB1424938-
CMYK00.650.730.44
HSL6.35º57.78%35.29%-
HSV(B)6.35º73.24%55.69%-
XYZ12.68.092.73-
YUV75.55106.81175.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 49 (19.53% from 255) = 21.40%
BLUE value IS 38 (15.23% from 255) = 16.59%
R=62.01%
G=21.40%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142493800.650.730.446.3557.7835.29
Hex8E3126041492C63a23
Octal216614601011115467243
Binary10001110110001100110010000011001001101100110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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