Shades of Burnt Umber #963717
Tints of Burnt Umber #963717
RGB
CMYK
RGB Variations
Color information
#963717 (or 0x963717) is known color: Burnt Umber. HEX triplet: 96, 37 and 17. RGB value is (150,55,23). Sum of RGB (Red+Green+Blue) = 150+55+23=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #963717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963717 is #69C8E8. Grayscale: #4F4F4F. Windows color (decimal): -6932713 or 1521558. OLE color: 1521558.
HSL color Cylindrical-coordinate representation of color #963717: hue angle of 15.12º 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 #963717 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 23 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.41 |
| HSL | 15.12º | 0.73% | 0.34% | - |
| HSV(B) | 15.12º | 0.85% | 0.59% | - |
| XYZ | 14.1 | 9.28 | 1.86 | - |
| YUV | 79.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 23 | 0 | 0.63 | 0.85 | 0.41 | 15.12 | 0.73 | 0.34 |
| Hex | 96 | 37 | 17 | 0 | 3F | 55 | 29 | F | 49 | 22 |
| Octal | 226 | 67 | 27 | 0 | 77 | 125 | 51 | 17 | 111 | 42 |
| Binary | 10010110 | 110111 | 10111 | 0 | 111111 | 1010101 | 101001 | 1111 | 1001001 | 100010 |
Color Harmonies of #963717
Complementary color
Monochromatic Colors of #963717
Black with #963717
Text Example
Text Example
White with #963717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963717; }
p { color: rgb(150,55,23); }
H1.HeaderClassName
{
color: #963717;
}
.AnyTagClassName
{
color: #963717;
}
</style>
background-color css
<style>
a { background-color: #963717; }
a { background-color: rgb(150,55,23); }
div.DivClassName
{
background-color: #963717;
}
.BgClassName
{
background-color: #963717;
}
</style>
border-color css
<style>
span { border-color: #963717; }
span { border-color: rgb(150,55,23); }
td.TdClassName
{
border-color: #963717;
}
.TagClassName
{
border-color: #963717;
}
</style>