Shades of Burnt Umber #912E24
Tints of Burnt Umber #912E24
RGB
CMYK
RGB Variations
Color information
#912E24 (or 0x912E24) is known color: Burnt Umber. HEX triplet: 91, 2E and 24. RGB value is (145,46,36). Sum of RGB (Red+Green+Blue) = 145+46+36=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #912E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E24 is #6ED1DB. Grayscale: #4A4A4A. Windows color (decimal): -7262684 or 2371217. OLE color: 2371217.
HSL color Cylindrical-coordinate representation of color #912E24: hue angle of 5.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912E24 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 36 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.43 |
| HSL | 5.5º | 0.6% | 0.35% | - |
| HSV(B) | 5.5º | 0.75% | 0.57% | - |
| XYZ | 12.97 | 8.1 | 2.55 | - |
| YUV | 74.46 | 106.3 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 36 | 0 | 0.68 | 0.75 | 0.43 | 5.5 | 0.6 | 0.35 |
| Hex | 91 | 2E | 24 | 0 | 44 | 4B | 2B | 6 | 3C | 23 |
| Octal | 221 | 56 | 44 | 0 | 104 | 113 | 53 | 6 | 74 | 43 |
| Binary | 10010001 | 101110 | 100100 | 0 | 1000100 | 1001011 | 101011 | 110 | 111100 | 100011 |
Color Harmonies of #912E24
Complementary color
Monochromatic Colors of #912E24
Black with #912E24
Text Example
Text Example
White with #912E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E24; }
p { color: rgb(145,46,36); }
H1.HeaderClassName
{
color: #912E24;
}
.AnyTagClassName
{
color: #912E24;
}
</style>
background-color css
<style>
a { background-color: #912E24; }
a { background-color: rgb(145,46,36); }
div.DivClassName
{
background-color: #912E24;
}
.BgClassName
{
background-color: #912E24;
}
</style>
border-color css
<style>
span { border-color: #912E24; }
span { border-color: rgb(145,46,36); }
td.TdClassName
{
border-color: #912E24;
}
.TagClassName
{
border-color: #912E24;
}
</style>