Shades of Burnt Umber #963219
Tints of Burnt Umber #963219
RGB
CMYK
RGB Variations
Color information
#963219 (or 0x963219) is known color: Burnt Umber. HEX triplet: 96, 32 and 19. RGB value is (150,50,25). Sum of RGB (Red+Green+Blue) = 150+50+25=225 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.67% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 150 - color contains mainly: red. Hex color #963219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963219 is #69CDE6. Grayscale: #4D4D4D. Windows color (decimal): -6933991 or 1651350. OLE color: 1651350.
HSL color Cylindrical-coordinate representation of color #963219: hue angle of 12º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963219 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 25 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.41 |
| HSL | 12º | 0.71% | 0.34% | - |
| HSV(B) | 12º | 0.83% | 0.59% | - |
| XYZ | 13.89 | 8.84 | 1.89 | - |
| YUV | 77.05 | 98.63 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 25 | 0 | 0.67 | 0.83 | 0.41 | 12 | 0.71 | 0.34 |
| Hex | 96 | 32 | 19 | 0 | 43 | 53 | 29 | C | 47 | 22 |
| Octal | 226 | 62 | 31 | 0 | 103 | 123 | 51 | 14 | 107 | 42 |
| Binary | 10010110 | 110010 | 11001 | 0 | 1000011 | 1010011 | 101001 | 1100 | 1000111 | 100010 |
Color Harmonies of #963219
Complementary color
Monochromatic Colors of #963219
Black with #963219
Text Example
Text Example
White with #963219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963219; }
p { color: rgb(150,50,25); }
H1.HeaderClassName
{
color: #963219;
}
.AnyTagClassName
{
color: #963219;
}
</style>
background-color css
<style>
a { background-color: #963219; }
a { background-color: rgb(150,50,25); }
div.DivClassName
{
background-color: #963219;
}
.BgClassName
{
background-color: #963219;
}
</style>
border-color css
<style>
span { border-color: #963219; }
span { border-color: rgb(150,50,25); }
td.TdClassName
{
border-color: #963219;
}
.TagClassName
{
border-color: #963219;
}
</style>