Shades of Burnt Umber #913020
Tints of Burnt Umber #913020
RGB
CMYK
RGB Variations
Color information
#913020 (or 0x913020) is known color: Burnt Umber. HEX triplet: 91, 30 and 20. RGB value is (145,48,32). Sum of RGB (Red+Green+Blue) = 145+48+32=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #913020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913020 is #6ECFDF. Grayscale: #4B4B4B. Windows color (decimal): -7262176 or 2109585. OLE color: 2109585.
HSL color Cylindrical-coordinate representation of color #913020: hue angle of 8.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #913020 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 48 | 32 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.43 |
| HSL | 8.5º | 0.64% | 0.35% | - |
| HSV(B) | 8.5º | 0.78% | 0.57% | - |
| XYZ | 12.99 | 8.24 | 2.27 | - |
| YUV | 75.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 48 | 32 | 0 | 0.67 | 0.78 | 0.43 | 8.5 | 0.64 | 0.35 |
| Hex | 91 | 30 | 20 | 0 | 43 | 4E | 2B | 8 | 40 | 23 |
| Octal | 221 | 60 | 40 | 0 | 103 | 116 | 53 | 10 | 100 | 43 |
| Binary | 10010001 | 110000 | 100000 | 0 | 1000011 | 1001110 | 101011 | 1000 | 1000000 | 100011 |
Color Harmonies of #913020
Complementary color
Monochromatic Colors of #913020
Black with #913020
Text Example
Text Example
White with #913020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913020; }
p { color: rgb(145,48,32); }
H1.HeaderClassName
{
color: #913020;
}
.AnyTagClassName
{
color: #913020;
}
</style>
background-color css
<style>
a { background-color: #913020; }
a { background-color: rgb(145,48,32); }
div.DivClassName
{
background-color: #913020;
}
.BgClassName
{
background-color: #913020;
}
</style>
border-color css
<style>
span { border-color: #913020; }
span { border-color: rgb(145,48,32); }
td.TdClassName
{
border-color: #913020;
}
.TagClassName
{
border-color: #913020;
}
</style>