Shades of Burnt Umber #913116
Tints of Burnt Umber #913116
RGB
CMYK
RGB Variations
Color information
#913116 (or 0x913116) is known color: Burnt Umber. HEX triplet: 91, 31 and 16. RGB value is (145,49,22). Sum of RGB (Red+Green+Blue) = 145+49+22=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #913116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913116 is #6ECEE9. Grayscale: #4A4A4A. Windows color (decimal): -7261930 or 1454481. OLE color: 1454481.
HSL color Cylindrical-coordinate representation of color #913116: hue angle of 13.17º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #913116 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 49 | 22 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.43 |
| HSL | 13.17º | 0.74% | 0.33% | - |
| HSV(B) | 13.17º | 0.85% | 0.57% | - |
| XYZ | 12.92 | 8.27 | 1.68 | - |
| YUV | 74.63 | 98.3 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 22 | 0 | 0.66 | 0.85 | 0.43 | 13.17 | 0.74 | 0.33 |
| Hex | 91 | 31 | 16 | 0 | 42 | 55 | 2B | D | 4A | 21 |
| Octal | 221 | 61 | 26 | 0 | 102 | 125 | 53 | 15 | 112 | 41 |
| Binary | 10010001 | 110001 | 10110 | 0 | 1000010 | 1010101 | 101011 | 1101 | 1001010 | 100001 |
Color Harmonies of #913116
Complementary color
Monochromatic Colors of #913116
Black with #913116
Text Example
Text Example
White with #913116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913116; }
p { color: rgb(145,49,22); }
H1.HeaderClassName
{
color: #913116;
}
.AnyTagClassName
{
color: #913116;
}
</style>
background-color css
<style>
a { background-color: #913116; }
a { background-color: rgb(145,49,22); }
div.DivClassName
{
background-color: #913116;
}
.BgClassName
{
background-color: #913116;
}
</style>
border-color css
<style>
span { border-color: #913116; }
span { border-color: rgb(145,49,22); }
td.TdClassName
{
border-color: #913116;
}
.TagClassName
{
border-color: #913116;
}
</style>