Shades of Burnt Umber #913528
Tints of Burnt Umber #913528
RGB
CMYK
RGB Variations
Color information
#913528 (or 0x913528) is known color: Burnt Umber. HEX triplet: 91, 35 and 28. RGB value is (145,53,40). Sum of RGB (Red+Green+Blue) = 145+53+40=238 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.92% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 145 - color contains mainly: red. Hex color #913528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913528 is #6ECAD7. Grayscale: #4F4F4F. Windows color (decimal): -7260888 or 2635153. OLE color: 2635153.
HSL color Cylindrical-coordinate representation of color #913528: hue angle of 7.43º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913528 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 53 | 40 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.43 |
| HSL | 7.43º | 0.57% | 0.36% | - |
| HSV(B) | 7.43º | 0.72% | 0.57% | - |
| XYZ | 13.33 | 8.72 | 2.99 | - |
| YUV | 79.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 53 | 40 | 0 | 0.63 | 0.72 | 0.43 | 7.43 | 0.57 | 0.36 |
| Hex | 91 | 35 | 28 | 0 | 3F | 48 | 2B | 7 | 39 | 24 |
| Octal | 221 | 65 | 50 | 0 | 77 | 110 | 53 | 7 | 71 | 44 |
| Binary | 10010001 | 110101 | 101000 | 0 | 111111 | 1001000 | 101011 | 111 | 111001 | 100100 |
Color Harmonies of #913528
Complementary color
Monochromatic Colors of #913528
Black with #913528
Text Example
Text Example
White with #913528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913528; }
p { color: rgb(145,53,40); }
H1.HeaderClassName
{
color: #913528;
}
.AnyTagClassName
{
color: #913528;
}
</style>
background-color css
<style>
a { background-color: #913528; }
a { background-color: rgb(145,53,40); }
div.DivClassName
{
background-color: #913528;
}
.BgClassName
{
background-color: #913528;
}
</style>
border-color css
<style>
span { border-color: #913528; }
span { border-color: rgb(145,53,40); }
td.TdClassName
{
border-color: #913528;
}
.TagClassName
{
border-color: #913528;
}
</style>