Shades of Burnt Umber #8E3525
Tints of Burnt Umber #8E3525
RGB
CMYK
RGB Variations
Color information
#8E3525 (or 0x8E3525) is known color: Burnt Umber. HEX triplet: 8E, 35 and 25. RGB value is (142,53,37). Sum of RGB (Red+Green+Blue) = 142+53+37=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3525 is #71CADA. Grayscale: #4D4D4D. Windows color (decimal): -7457499 or 2438542. OLE color: 2438542.
HSL color Cylindrical-coordinate representation of color #8E3525: hue angle of 9.14º 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 #8E3525 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 53 | 37 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.44 |
| HSL | 9.14º | 0.59% | 0.35% | - |
| HSV(B) | 9.14º | 0.74% | 0.56% | - |
| XYZ | 12.76 | 8.43 | 2.7 | - |
| YUV | 77.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 53 | 37 | 0 | 0.63 | 0.74 | 0.44 | 9.14 | 0.59 | 0.35 |
| Hex | 8E | 35 | 25 | 0 | 3F | 4A | 2C | 9 | 3B | 23 |
| Octal | 216 | 65 | 45 | 0 | 77 | 112 | 54 | 11 | 73 | 43 |
| Binary | 10001110 | 110101 | 100101 | 0 | 111111 | 1001010 | 101100 | 1001 | 111011 | 100011 |
Color Harmonies of #8E3525
Complementary color
Monochromatic Colors of #8E3525
Black with #8E3525
Text Example
Text Example
White with #8E3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3525; }
p { color: rgb(142,53,37); }
H1.HeaderClassName
{
color: #8E3525;
}
.AnyTagClassName
{
color: #8E3525;
}
</style>
background-color css
<style>
a { background-color: #8E3525; }
a { background-color: rgb(142,53,37); }
div.DivClassName
{
background-color: #8E3525;
}
.BgClassName
{
background-color: #8E3525;
}
</style>
border-color css
<style>
span { border-color: #8E3525; }
span { border-color: rgb(142,53,37); }
td.TdClassName
{
border-color: #8E3525;
}
.TagClassName
{
border-color: #8E3525;
}
</style>