Shades of Burnt Umber #973519
Tints of Burnt Umber #973519
RGB
CMYK
RGB Variations
Color information
#973519 (or 0x973519) is known color: Burnt Umber. HEX triplet: 97, 35 and 19. RGB value is (151,53,25). Sum of RGB (Red+Green+Blue) = 151+53+25=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #973519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #973519 is #68CAE6. Grayscale: #4F4F4F. Windows color (decimal): -6867687 or 1652119. OLE color: 1652119.
HSL color Cylindrical-coordinate representation of color #973519: hue angle of 13.33º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #973519 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 53 | 25 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.41 |
| HSL | 13.33º | 0.72% | 0.35% | - |
| HSV(B) | 13.33º | 0.83% | 0.59% | - |
| XYZ | 14.21 | 9.2 | 1.95 | - |
| YUV | 79.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 25 | 0 | 0.65 | 0.83 | 0.41 | 13.33 | 0.72 | 0.35 |
| Hex | 97 | 35 | 19 | 0 | 41 | 53 | 29 | D | 48 | 23 |
| Octal | 227 | 65 | 31 | 0 | 101 | 123 | 51 | 15 | 110 | 43 |
| Binary | 10010111 | 110101 | 11001 | 0 | 1000001 | 1010011 | 101001 | 1101 | 1001000 | 100011 |
Color Harmonies of #973519
Complementary color
Monochromatic Colors of #973519
Black with #973519
Text Example
Text Example
White with #973519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973519; }
p { color: rgb(151,53,25); }
H1.HeaderClassName
{
color: #973519;
}
.AnyTagClassName
{
color: #973519;
}
</style>
background-color css
<style>
a { background-color: #973519; }
a { background-color: rgb(151,53,25); }
div.DivClassName
{
background-color: #973519;
}
.BgClassName
{
background-color: #973519;
}
</style>
border-color css
<style>
span { border-color: #973519; }
span { border-color: rgb(151,53,25); }
td.TdClassName
{
border-color: #973519;
}
.TagClassName
{
border-color: #973519;
}
</style>