Shades of Burnt Umber #962913
Tints of Burnt Umber #962913
RGB
CMYK
RGB Variations
Color information
#962913 (or 0x962913) is known color: Burnt Umber. HEX triplet: 96, 29 and 13. RGB value is (150,41,19). Sum of RGB (Red+Green+Blue) = 150+41+19=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #962913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962913 is #69D6EC. Grayscale: #474747. Windows color (decimal): -6936301 or 1255830. OLE color: 1255830.
HSL color Cylindrical-coordinate representation of color #962913: hue angle of 10.08º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #962913 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 19 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.41 |
| HSL | 10.08º | 0.78% | 0.33% | - |
| HSV(B) | 10.08º | 0.87% | 0.59% | - |
| XYZ | 13.49 | 8.12 | 1.47 | - |
| YUV | 71.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 19 | 0 | 0.73 | 0.87 | 0.41 | 10.08 | 0.78 | 0.33 |
| Hex | 96 | 29 | 13 | 0 | 49 | 57 | 29 | A | 4E | 21 |
| Octal | 226 | 51 | 23 | 0 | 111 | 127 | 51 | 12 | 116 | 41 |
| Binary | 10010110 | 101001 | 10011 | 0 | 1001001 | 1010111 | 101001 | 1010 | 1001110 | 100001 |
Color Harmonies of #962913
Complementary color
Monochromatic Colors of #962913
Black with #962913
Text Example
Text Example
White with #962913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962913; }
p { color: rgb(150,41,19); }
H1.HeaderClassName
{
color: #962913;
}
.AnyTagClassName
{
color: #962913;
}
</style>
background-color css
<style>
a { background-color: #962913; }
a { background-color: rgb(150,41,19); }
div.DivClassName
{
background-color: #962913;
}
.BgClassName
{
background-color: #962913;
}
</style>
border-color css
<style>
span { border-color: #962913; }
span { border-color: rgb(150,41,19); }
td.TdClassName
{
border-color: #962913;
}
.TagClassName
{
border-color: #962913;
}
</style>