Shades of Burnt Umber #913321
Tints of Burnt Umber #913321
RGB
CMYK
RGB Variations
Color information
#913321 (or 0x913321) is known color: Burnt Umber. HEX triplet: 91, 33 and 21. RGB value is (145,51,33). Sum of RGB (Red+Green+Blue) = 145+51+33=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #913321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913321 is #6ECCDE. Grayscale: #4D4D4D. Windows color (decimal): -7261407 or 2175889. OLE color: 2175889.
HSL color Cylindrical-coordinate representation of color #913321: hue angle of 9.64º 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 #913321 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 33 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.43 |
| HSL | 9.64º | 0.63% | 0.35% | - |
| HSV(B) | 9.64º | 0.77% | 0.57% | - |
| XYZ | 13.14 | 8.5 | 2.39 | - |
| YUV | 77.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 33 | 0 | 0.65 | 0.77 | 0.43 | 9.64 | 0.63 | 0.35 |
| Hex | 91 | 33 | 21 | 0 | 41 | 4D | 2B | A | 3F | 23 |
| Octal | 221 | 63 | 41 | 0 | 101 | 115 | 53 | 12 | 77 | 43 |
| Binary | 10010001 | 110011 | 100001 | 0 | 1000001 | 1001101 | 101011 | 1010 | 111111 | 100011 |
Color Harmonies of #913321
Complementary color
Monochromatic Colors of #913321
Black with #913321
Text Example
Text Example
White with #913321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913321; }
p { color: rgb(145,51,33); }
H1.HeaderClassName
{
color: #913321;
}
.AnyTagClassName
{
color: #913321;
}
</style>
background-color css
<style>
a { background-color: #913321; }
a { background-color: rgb(145,51,33); }
div.DivClassName
{
background-color: #913321;
}
.BgClassName
{
background-color: #913321;
}
</style>
border-color css
<style>
span { border-color: #913321; }
span { border-color: rgb(145,51,33); }
td.TdClassName
{
border-color: #913321;
}
.TagClassName
{
border-color: #913321;
}
</style>