Shades of Burnt Umber #962C17
Tints of Burnt Umber #962C17
RGB
CMYK
RGB Variations
Color information
#962C17 (or 0x962C17) is known color: Burnt Umber. HEX triplet: 96, 2C and 17. RGB value is (150,44,23). Sum of RGB (Red+Green+Blue) = 150+44+23=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #962C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C17 is #69D3E8. Grayscale: #494949. Windows color (decimal): -6935529 or 1518742. OLE color: 1518742.
HSL color Cylindrical-coordinate representation of color #962C17: hue angle of 9.92º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #962C17 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 23 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.41 |
| HSL | 9.92º | 0.73% | 0.34% | - |
| HSV(B) | 9.92º | 0.85% | 0.59% | - |
| XYZ | 13.63 | 8.35 | 1.7 | - |
| YUV | 73.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 23 | 0 | 0.71 | 0.85 | 0.41 | 9.92 | 0.73 | 0.34 |
| Hex | 96 | 2C | 17 | 0 | 47 | 55 | 29 | A | 49 | 22 |
| Octal | 226 | 54 | 27 | 0 | 107 | 125 | 51 | 12 | 111 | 42 |
| Binary | 10010110 | 101100 | 10111 | 0 | 1000111 | 1010101 | 101001 | 1010 | 1001001 | 100010 |
Color Harmonies of #962C17
Complementary color
Monochromatic Colors of #962C17
Black with #962C17
Text Example
Text Example
White with #962C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C17; }
p { color: rgb(150,44,23); }
H1.HeaderClassName
{
color: #962C17;
}
.AnyTagClassName
{
color: #962C17;
}
</style>
background-color css
<style>
a { background-color: #962C17; }
a { background-color: rgb(150,44,23); }
div.DivClassName
{
background-color: #962C17;
}
.BgClassName
{
background-color: #962C17;
}
</style>
border-color css
<style>
span { border-color: #962C17; }
span { border-color: rgb(150,44,23); }
td.TdClassName
{
border-color: #962C17;
}
.TagClassName
{
border-color: #962C17;
}
</style>