Shades of Burnt Umber #913021
Tints of Burnt Umber #913021
RGB
CMYK
RGB Variations
Color information
#913021 (or 0x913021) is known color: Burnt Umber. HEX triplet: 91, 30 and 21. RGB value is (145,48,33). Sum of RGB (Red+Green+Blue) = 145+48+33=226 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.16% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 145 - color contains mainly: red. Hex color #913021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913021 is #6ECFDE. Grayscale: #4B4B4B. Windows color (decimal): -7262175 or 2175121. OLE color: 2175121.
HSL color Cylindrical-coordinate representation of color #913021: hue angle of 8.04º 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 #913021 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 33 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.43 |
| HSL | 8.04º | 0.63% | 0.35% | - |
| HSV(B) | 8.04º | 0.77% | 0.57% | - |
| XYZ | 13.01 | 8.24 | 2.34 | - |
| YUV | 75.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 33 | 0 | 0.67 | 0.77 | 0.43 | 8.04 | 0.63 | 0.35 |
| Hex | 91 | 30 | 21 | 0 | 43 | 4D | 2B | 8 | 3F | 23 |
| Octal | 221 | 60 | 41 | 0 | 103 | 115 | 53 | 10 | 77 | 43 |
| Binary | 10010001 | 110000 | 100001 | 0 | 1000011 | 1001101 | 101011 | 1000 | 111111 | 100011 |
Color Harmonies of #913021
Complementary color
Monochromatic Colors of #913021
Black with #913021
Text Example
Text Example
White with #913021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913021; }
p { color: rgb(145,48,33); }
H1.HeaderClassName
{
color: #913021;
}
.AnyTagClassName
{
color: #913021;
}
</style>
background-color css
<style>
a { background-color: #913021; }
a { background-color: rgb(145,48,33); }
div.DivClassName
{
background-color: #913021;
}
.BgClassName
{
background-color: #913021;
}
</style>
border-color css
<style>
span { border-color: #913021; }
span { border-color: rgb(145,48,33); }
td.TdClassName
{
border-color: #913021;
}
.TagClassName
{
border-color: #913021;
}
</style>