Shades of Burnt Umber #8E3225
Tints of Burnt Umber #8E3225
RGB
CMYK
RGB Variations
Color information
#8E3225 (or 0x8E3225) is known color: Burnt Umber. HEX triplet: 8E, 32 and 25. RGB value is (142,50,37). Sum of RGB (Red+Green+Blue) = 142+50+37=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3225 is #71CDDA. Grayscale: #4C4C4C. Windows color (decimal): -7458267 or 2437774. OLE color: 2437774.
HSL color Cylindrical-coordinate representation of color #8E3225: hue angle of 7.43º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E3225 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 50 | 37 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.44 |
| HSL | 7.43º | 0.59% | 0.35% | - |
| HSV(B) | 7.43º | 0.74% | 0.56% | - |
| XYZ | 12.63 | 8.17 | 2.66 | - |
| YUV | 76.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 50 | 37 | 0 | 0.65 | 0.74 | 0.44 | 7.43 | 0.59 | 0.35 |
| Hex | 8E | 32 | 25 | 0 | 41 | 4A | 2C | 7 | 3B | 23 |
| Octal | 216 | 62 | 45 | 0 | 101 | 112 | 54 | 7 | 73 | 43 |
| Binary | 10001110 | 110010 | 100101 | 0 | 1000001 | 1001010 | 101100 | 111 | 111011 | 100011 |
Color Harmonies of #8E3225
Complementary color
Monochromatic Colors of #8E3225
Black with #8E3225
Text Example
Text Example
White with #8E3225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3225; }
p { color: rgb(142,50,37); }
H1.HeaderClassName
{
color: #8E3225;
}
.AnyTagClassName
{
color: #8E3225;
}
</style>
background-color css
<style>
a { background-color: #8E3225; }
a { background-color: rgb(142,50,37); }
div.DivClassName
{
background-color: #8E3225;
}
.BgClassName
{
background-color: #8E3225;
}
</style>
border-color css
<style>
span { border-color: #8E3225; }
span { border-color: rgb(142,50,37); }
td.TdClassName
{
border-color: #8E3225;
}
.TagClassName
{
border-color: #8E3225;
}
</style>