Shades of Burnt Umber #913226
Tints of Burnt Umber #913226
RGB
CMYK
RGB Variations
Color information
#913226 (or 0x913226) is known color: Burnt Umber. HEX triplet: 91, 32 and 26. RGB value is (145,50,38). Sum of RGB (Red+Green+Blue) = 145+50+38=233 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.23% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 145 - color contains mainly: red. Hex color #913226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913226 is #6ECDD9. Grayscale: #4D4D4D. Windows color (decimal): -7261658 or 2503313. OLE color: 2503313.
HSL color Cylindrical-coordinate representation of color #913226: hue angle of 6.73º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #913226 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 38 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.43 |
| HSL | 6.73º | 0.58% | 0.36% | - |
| HSV(B) | 6.73º | 0.74% | 0.57% | - |
| XYZ | 13.17 | 8.44 | 2.77 | - |
| YUV | 77.04 | 105.97 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 38 | 0 | 0.66 | 0.74 | 0.43 | 6.73 | 0.58 | 0.36 |
| Hex | 91 | 32 | 26 | 0 | 42 | 4A | 2B | 7 | 3A | 24 |
| Octal | 221 | 62 | 46 | 0 | 102 | 112 | 53 | 7 | 72 | 44 |
| Binary | 10010001 | 110010 | 100110 | 0 | 1000010 | 1001010 | 101011 | 111 | 111010 | 100100 |
Color Harmonies of #913226
Complementary color
Monochromatic Colors of #913226
Black with #913226
Text Example
Text Example
White with #913226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913226; }
p { color: rgb(145,50,38); }
H1.HeaderClassName
{
color: #913226;
}
.AnyTagClassName
{
color: #913226;
}
</style>
background-color css
<style>
a { background-color: #913226; }
a { background-color: rgb(145,50,38); }
div.DivClassName
{
background-color: #913226;
}
.BgClassName
{
background-color: #913226;
}
</style>
border-color css
<style>
span { border-color: #913226; }
span { border-color: rgb(145,50,38); }
td.TdClassName
{
border-color: #913226;
}
.TagClassName
{
border-color: #913226;
}
</style>