Shades of Burnt Umber #962F20
Tints of Burnt Umber #962F20
RGB
CMYK
RGB Variations
Color information
#962F20 (or 0x962F20) is known color: Burnt Umber. HEX triplet: 96, 2F and 20. RGB value is (150,47,32). Sum of RGB (Red+Green+Blue) = 150+47+32=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #962F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F20 is #69D0DF. Grayscale: #4C4C4C. Windows color (decimal): -6934752 or 2109334. OLE color: 2109334.
HSL color Cylindrical-coordinate representation of color #962F20: hue angle of 7.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962F20 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 32 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.41 |
| HSL | 7.63º | 0.65% | 0.36% | - |
| HSV(B) | 7.63º | 0.79% | 0.59% | - |
| XYZ | 13.85 | 8.62 | 2.3 | - |
| YUV | 76.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 32 | 0 | 0.69 | 0.79 | 0.41 | 7.63 | 0.65 | 0.36 |
| Hex | 96 | 2F | 20 | 0 | 45 | 4F | 29 | 8 | 41 | 24 |
| Octal | 226 | 57 | 40 | 0 | 105 | 117 | 51 | 10 | 101 | 44 |
| Binary | 10010110 | 101111 | 100000 | 0 | 1000101 | 1001111 | 101001 | 1000 | 1000001 | 100100 |
Color Harmonies of #962F20
Complementary color
Monochromatic Colors of #962F20
Black with #962F20
Text Example
Text Example
White with #962F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F20; }
p { color: rgb(150,47,32); }
H1.HeaderClassName
{
color: #962F20;
}
.AnyTagClassName
{
color: #962F20;
}
</style>
background-color css
<style>
a { background-color: #962F20; }
a { background-color: rgb(150,47,32); }
div.DivClassName
{
background-color: #962F20;
}
.BgClassName
{
background-color: #962F20;
}
</style>
border-color css
<style>
span { border-color: #962F20; }
span { border-color: rgb(150,47,32); }
td.TdClassName
{
border-color: #962F20;
}
.TagClassName
{
border-color: #962F20;
}
</style>