Shades of Burnt Umber #913919
Tints of Burnt Umber #913919
RGB
CMYK
RGB Variations
Color information
#913919 (or 0x913919) is known color: Burnt Umber. HEX triplet: 91, 39 and 19. RGB value is (145,57,25). Sum of RGB (Red+Green+Blue) = 145+57+25=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #913919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913919 is #6EC6E6. Grayscale: #4F4F4F. Windows color (decimal): -7259879 or 1653137. OLE color: 1653137.
HSL color Cylindrical-coordinate representation of color #913919: hue angle of 16º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #913919 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 57 | 25 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.43 |
| HSL | 16º | 0.71% | 0.33% | - |
| HSV(B) | 16º | 0.83% | 0.57% | - |
| XYZ | 13.32 | 9.02 | 1.96 | - |
| YUV | 79.66 | 97.15 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 57 | 25 | 0 | 0.61 | 0.83 | 0.43 | 16 | 0.71 | 0.33 |
| Hex | 91 | 39 | 19 | 0 | 3D | 53 | 2B | 10 | 47 | 21 |
| Octal | 221 | 71 | 31 | 0 | 75 | 123 | 53 | 20 | 107 | 41 |
| Binary | 10010001 | 111001 | 11001 | 0 | 111101 | 1010011 | 101011 | 10000 | 1000111 | 100001 |
Color Harmonies of #913919
Complementary color
Monochromatic Colors of #913919
Black with #913919
Text Example
Text Example
White with #913919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913919; }
p { color: rgb(145,57,25); }
H1.HeaderClassName
{
color: #913919;
}
.AnyTagClassName
{
color: #913919;
}
</style>
background-color css
<style>
a { background-color: #913919; }
a { background-color: rgb(145,57,25); }
div.DivClassName
{
background-color: #913919;
}
.BgClassName
{
background-color: #913919;
}
</style>
border-color css
<style>
span { border-color: #913919; }
span { border-color: rgb(145,57,25); }
td.TdClassName
{
border-color: #913919;
}
.TagClassName
{
border-color: #913919;
}
</style>