Shades of Burnt Umber #963421
Tints of Burnt Umber #963421
RGB
CMYK
RGB Variations
Color information
#963421 (or 0x963421) is known color: Burnt Umber. HEX triplet: 96, 34 and 21. RGB value is (150,52,33). Sum of RGB (Red+Green+Blue) = 150+52+33=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #963421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963421 is #69CBDE. Grayscale: #4F4F4F. Windows color (decimal): -6933471 or 2176150. OLE color: 2176150.
HSL color Cylindrical-coordinate representation of color #963421: hue angle of 9.74º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #963421 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 33 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.41 |
| HSL | 9.74º | 0.64% | 0.36% | - |
| HSV(B) | 9.74º | 0.78% | 0.59% | - |
| XYZ | 14.08 | 9.05 | 2.44 | - |
| YUV | 79.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 33 | 0 | 0.65 | 0.78 | 0.41 | 9.74 | 0.64 | 0.36 |
| Hex | 96 | 34 | 21 | 0 | 41 | 4E | 29 | A | 40 | 24 |
| Octal | 226 | 64 | 41 | 0 | 101 | 116 | 51 | 12 | 100 | 44 |
| Binary | 10010110 | 110100 | 100001 | 0 | 1000001 | 1001110 | 101001 | 1010 | 1000000 | 100100 |
Color Harmonies of #963421
Complementary color
Monochromatic Colors of #963421
Black with #963421
Text Example
Text Example
White with #963421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963421; }
p { color: rgb(150,52,33); }
H1.HeaderClassName
{
color: #963421;
}
.AnyTagClassName
{
color: #963421;
}
</style>
background-color css
<style>
a { background-color: #963421; }
a { background-color: rgb(150,52,33); }
div.DivClassName
{
background-color: #963421;
}
.BgClassName
{
background-color: #963421;
}
</style>
border-color css
<style>
span { border-color: #963421; }
span { border-color: rgb(150,52,33); }
td.TdClassName
{
border-color: #963421;
}
.TagClassName
{
border-color: #963421;
}
</style>