Shades of Burnt Umber #8E3128
Tints of Burnt Umber #8E3128
RGB
CMYK
RGB Variations
Color information
#8E3128 (or 0x8E3128) is known color: Burnt Umber. HEX triplet: 8E, 31 and 28. RGB value is (142,49,40). Sum of RGB (Red+Green+Blue) = 142+49+40=231 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.47% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3128 is #71CED7. Grayscale: #4B4B4B. Windows color (decimal): -7458520 or 2634126. OLE color: 2634126.
HSL color Cylindrical-coordinate representation of color #8E3128: hue angle of 5.29º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E3128 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 49 | 40 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.44 |
| HSL | 5.29º | 0.56% | 0.36% | - |
| HSV(B) | 5.29º | 0.72% | 0.56% | - |
| XYZ | 12.64 | 8.1 | 2.91 | - |
| YUV | 75.78 | 107.81 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 49 | 40 | 0 | 0.65 | 0.72 | 0.44 | 5.29 | 0.56 | 0.36 |
| Hex | 8E | 31 | 28 | 0 | 41 | 48 | 2C | 5 | 38 | 24 |
| Octal | 216 | 61 | 50 | 0 | 101 | 110 | 54 | 5 | 70 | 44 |
| Binary | 10001110 | 110001 | 101000 | 0 | 1000001 | 1001000 | 101100 | 101 | 111000 | 100100 |
Color Harmonies of #8E3128
Complementary color
Monochromatic Colors of #8E3128
Black with #8E3128
Text Example
Text Example
White with #8E3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3128; }
p { color: rgb(142,49,40); }
H1.HeaderClassName
{
color: #8E3128;
}
.AnyTagClassName
{
color: #8E3128;
}
</style>
background-color css
<style>
a { background-color: #8E3128; }
a { background-color: rgb(142,49,40); }
div.DivClassName
{
background-color: #8E3128;
}
.BgClassName
{
background-color: #8E3128;
}
</style>
border-color css
<style>
span { border-color: #8E3128; }
span { border-color: rgb(142,49,40); }
td.TdClassName
{
border-color: #8E3128;
}
.TagClassName
{
border-color: #8E3128;
}
</style>