Shades of Burnt Umber #913221
Tints of Burnt Umber #913221
RGB
CMYK
RGB Variations
Color information
#913221 (or 0x913221) is known color: Burnt Umber. HEX triplet: 91, 32 and 21. RGB value is (145,50,33). Sum of RGB (Red+Green+Blue) = 145+50+33=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #913221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913221 is #6ECDDE. Grayscale: #4C4C4C. Windows color (decimal): -7261663 or 2175633. OLE color: 2175633.
HSL color Cylindrical-coordinate representation of color #913221: hue angle of 9.11º 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 #913221 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 33 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.43 |
| HSL | 9.11º | 0.63% | 0.35% | - |
| HSV(B) | 9.11º | 0.77% | 0.57% | - |
| XYZ | 13.09 | 8.41 | 2.37 | - |
| YUV | 76.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 33 | 0 | 0.66 | 0.77 | 0.43 | 9.11 | 0.63 | 0.35 |
| Hex | 91 | 32 | 21 | 0 | 42 | 4D | 2B | 9 | 3F | 23 |
| Octal | 221 | 62 | 41 | 0 | 102 | 115 | 53 | 11 | 77 | 43 |
| Binary | 10010001 | 110010 | 100001 | 0 | 1000010 | 1001101 | 101011 | 1001 | 111111 | 100011 |
Color Harmonies of #913221
Complementary color
Monochromatic Colors of #913221
Black with #913221
Text Example
Text Example
White with #913221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913221; }
p { color: rgb(145,50,33); }
H1.HeaderClassName
{
color: #913221;
}
.AnyTagClassName
{
color: #913221;
}
</style>
background-color css
<style>
a { background-color: #913221; }
a { background-color: rgb(145,50,33); }
div.DivClassName
{
background-color: #913221;
}
.BgClassName
{
background-color: #913221;
}
</style>
border-color css
<style>
span { border-color: #913221; }
span { border-color: rgb(145,50,33); }
td.TdClassName
{
border-color: #913221;
}
.TagClassName
{
border-color: #913221;
}
</style>