Shades of Burnt Umber #912E21
Tints of Burnt Umber #912E21
RGB
CMYK
RGB Variations
Color information
#912E21 (or 0x912E21) is known color: Burnt Umber. HEX triplet: 91, 2E and 21. RGB value is (145,46,33). Sum of RGB (Red+Green+Blue) = 145+46+33=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #912E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912E21 is #6ED1DE. Grayscale: #4A4A4A. Windows color (decimal): -7262687 or 2174609. OLE color: 2174609.
HSL color Cylindrical-coordinate representation of color #912E21: hue angle of 6.96º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912E21 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 33 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.43 |
| HSL | 6.96º | 0.63% | 0.35% | - |
| HSV(B) | 6.96º | 0.77% | 0.57% | - |
| XYZ | 12.93 | 8.08 | 2.32 | - |
| YUV | 74.12 | 104.8 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 33 | 0 | 0.68 | 0.77 | 0.43 | 6.96 | 0.63 | 0.35 |
| Hex | 91 | 2E | 21 | 0 | 44 | 4D | 2B | 7 | 3F | 23 |
| Octal | 221 | 56 | 41 | 0 | 104 | 115 | 53 | 7 | 77 | 43 |
| Binary | 10010001 | 101110 | 100001 | 0 | 1000100 | 1001101 | 101011 | 111 | 111111 | 100011 |
Color Harmonies of #912E21
Complementary color
Monochromatic Colors of #912E21
Black with #912E21
Text Example
Text Example
White with #912E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E21; }
p { color: rgb(145,46,33); }
H1.HeaderClassName
{
color: #912E21;
}
.AnyTagClassName
{
color: #912E21;
}
</style>
background-color css
<style>
a { background-color: #912E21; }
a { background-color: rgb(145,46,33); }
div.DivClassName
{
background-color: #912E21;
}
.BgClassName
{
background-color: #912E21;
}
</style>
border-color css
<style>
span { border-color: #912E21; }
span { border-color: rgb(145,46,33); }
td.TdClassName
{
border-color: #912E21;
}
.TagClassName
{
border-color: #912E21;
}
</style>