Shades of Burnt Umber #913515
Tints of Burnt Umber #913515
RGB
CMYK
RGB Variations
Color information
#913515 (or 0x913515) is known color: Burnt Umber. HEX triplet: 91, 35 and 15. RGB value is (145,53,21). Sum of RGB (Red+Green+Blue) = 145+53+21=219 (29% of max value = 765). Red value is 145 (57.03% from 255 or 66.21% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 145 - color contains mainly: red. Hex color #913515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913515 is #6ECAEA. Grayscale: #4D4D4D. Windows color (decimal): -7260907 or 1389969. OLE color: 1389969.
HSL color Cylindrical-coordinate representation of color #913515: hue angle of 15.48º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #913515 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 21 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.43 |
| HSL | 15.48º | 0.75% | 0.33% | - |
| HSV(B) | 15.48º | 0.86% | 0.57% | - |
| XYZ | 13.09 | 8.62 | 1.68 | - |
| YUV | 76.86 | 96.48 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 21 | 0 | 0.63 | 0.86 | 0.43 | 15.48 | 0.75 | 0.33 |
| Hex | 91 | 35 | 15 | 0 | 3F | 56 | 2B | F | 4B | 21 |
| Octal | 221 | 65 | 25 | 0 | 77 | 126 | 53 | 17 | 113 | 41 |
| Binary | 10010001 | 110101 | 10101 | 0 | 111111 | 1010110 | 101011 | 1111 | 1001011 | 100001 |
Color Harmonies of #913515
Complementary color
Monochromatic Colors of #913515
Black with #913515
Text Example
Text Example
White with #913515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913515; }
p { color: rgb(145,53,21); }
H1.HeaderClassName
{
color: #913515;
}
.AnyTagClassName
{
color: #913515;
}
</style>
background-color css
<style>
a { background-color: #913515; }
a { background-color: rgb(145,53,21); }
div.DivClassName
{
background-color: #913515;
}
.BgClassName
{
background-color: #913515;
}
</style>
border-color css
<style>
span { border-color: #913515; }
span { border-color: rgb(145,53,21); }
td.TdClassName
{
border-color: #913515;
}
.TagClassName
{
border-color: #913515;
}
</style>