Shades of Burnt Umber #913421
Tints of Burnt Umber #913421
RGB
CMYK
RGB Variations
Color information
#913421 (or 0x913421) is known color: Burnt Umber. HEX triplet: 91, 34 and 21. RGB value is (145,52,33). Sum of RGB (Red+Green+Blue) = 145+52+33=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #913421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913421 is #6ECBDE. Grayscale: #4D4D4D. Windows color (decimal): -7261151 or 2176145. OLE color: 2176145.
HSL color Cylindrical-coordinate representation of color #913421: hue angle of 10.18º 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 #913421 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 52 | 33 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.43 |
| HSL | 10.18º | 0.63% | 0.35% | - |
| HSV(B) | 10.18º | 0.77% | 0.57% | - |
| XYZ | 13.18 | 8.59 | 2.4 | - |
| YUV | 77.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 33 | 0 | 0.64 | 0.77 | 0.43 | 10.18 | 0.63 | 0.35 |
| Hex | 91 | 34 | 21 | 0 | 40 | 4D | 2B | A | 3F | 23 |
| Octal | 221 | 64 | 41 | 0 | 100 | 115 | 53 | 12 | 77 | 43 |
| Binary | 10010001 | 110100 | 100001 | 0 | 1000000 | 1001101 | 101011 | 1010 | 111111 | 100011 |
Color Harmonies of #913421
Complementary color
Monochromatic Colors of #913421
Black with #913421
Text Example
Text Example
White with #913421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913421; }
p { color: rgb(145,52,33); }
H1.HeaderClassName
{
color: #913421;
}
.AnyTagClassName
{
color: #913421;
}
</style>
background-color css
<style>
a { background-color: #913421; }
a { background-color: rgb(145,52,33); }
div.DivClassName
{
background-color: #913421;
}
.BgClassName
{
background-color: #913421;
}
</style>
border-color css
<style>
span { border-color: #913421; }
span { border-color: rgb(145,52,33); }
td.TdClassName
{
border-color: #913421;
}
.TagClassName
{
border-color: #913421;
}
</style>