Shades of Burnt Umber #913527
Tints of Burnt Umber #913527
RGB
CMYK
RGB Variations
Color information
#913527 (or 0x913527) is known color: Burnt Umber. HEX triplet: 91, 35 and 27. RGB value is (145,53,39). Sum of RGB (Red+Green+Blue) = 145+53+39=237 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.18% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 145 - color contains mainly: red. Hex color #913527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913527 is #6ECAD8. Grayscale: #4F4F4F. Windows color (decimal): -7260889 or 2569617. OLE color: 2569617.
HSL color Cylindrical-coordinate representation of color #913527: hue angle of 7.92º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #913527 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 39 | - |
| CMYK | 0 | 0.63 | 0.73 | 0.43 |
| HSL | 7.92º | 0.58% | 0.36% | - |
| HSV(B) | 7.92º | 0.73% | 0.57% | - |
| XYZ | 13.32 | 8.71 | 2.9 | - |
| YUV | 78.91 | 105.48 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 39 | 0 | 0.63 | 0.73 | 0.43 | 7.92 | 0.58 | 0.36 |
| Hex | 91 | 35 | 27 | 0 | 3F | 49 | 2B | 8 | 3A | 24 |
| Octal | 221 | 65 | 47 | 0 | 77 | 111 | 53 | 10 | 72 | 44 |
| Binary | 10010001 | 110101 | 100111 | 0 | 111111 | 1001001 | 101011 | 1000 | 111010 | 100100 |
Color Harmonies of #913527
Complementary color
Monochromatic Colors of #913527
Black with #913527
Text Example
Text Example
White with #913527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913527; }
p { color: rgb(145,53,39); }
H1.HeaderClassName
{
color: #913527;
}
.AnyTagClassName
{
color: #913527;
}
</style>
background-color css
<style>
a { background-color: #913527; }
a { background-color: rgb(145,53,39); }
div.DivClassName
{
background-color: #913527;
}
.BgClassName
{
background-color: #913527;
}
</style>
border-color css
<style>
span { border-color: #913527; }
span { border-color: rgb(145,53,39); }
td.TdClassName
{
border-color: #913527;
}
.TagClassName
{
border-color: #913527;
}
</style>