Shades of Burnt Umber #8E3228
Tints of Burnt Umber #8E3228
RGB
CMYK
RGB Variations
Color information
#8E3228 (or 0x8E3228) is known color: Burnt Umber. HEX triplet: 8E, 32 and 28. RGB value is (142,50,40). Sum of RGB (Red+Green+Blue) = 142+50+40=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3228 is #71CDD7. Grayscale: #4C4C4C. Windows color (decimal): -7458264 or 2634382. OLE color: 2634382.
HSL color Cylindrical-coordinate representation of color #8E3228: hue angle of 5.88º 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 #8E3228 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 40 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.44 |
| HSL | 5.88º | 0.56% | 0.36% | - |
| HSV(B) | 5.88º | 0.72% | 0.56% | - |
| XYZ | 12.68 | 8.19 | 2.92 | - |
| YUV | 76.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 40 | 0 | 0.65 | 0.72 | 0.44 | 5.88 | 0.56 | 0.36 |
| Hex | 8E | 32 | 28 | 0 | 41 | 48 | 2C | 6 | 38 | 24 |
| Octal | 216 | 62 | 50 | 0 | 101 | 110 | 54 | 6 | 70 | 44 |
| Binary | 10001110 | 110010 | 101000 | 0 | 1000001 | 1001000 | 101100 | 110 | 111000 | 100100 |
Color Harmonies of #8E3228
Complementary color
Monochromatic Colors of #8E3228
Black with #8E3228
Text Example
Text Example
White with #8E3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3228; }
p { color: rgb(142,50,40); }
H1.HeaderClassName
{
color: #8E3228;
}
.AnyTagClassName
{
color: #8E3228;
}
</style>
background-color css
<style>
a { background-color: #8E3228; }
a { background-color: rgb(142,50,40); }
div.DivClassName
{
background-color: #8E3228;
}
.BgClassName
{
background-color: #8E3228;
}
</style>
border-color css
<style>
span { border-color: #8E3228; }
span { border-color: rgb(142,50,40); }
td.TdClassName
{
border-color: #8E3228;
}
.TagClassName
{
border-color: #8E3228;
}
</style>