Shades of Burnt Umber #963321
Tints of Burnt Umber #963321
RGB
CMYK
RGB Variations
Color information
#963321 (or 0x963321) is known color: Burnt Umber. HEX triplet: 96, 33 and 21. RGB value is (150,51,33). Sum of RGB (Red+Green+Blue) = 150+51+33=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #963321 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963321 is #69CCDE. Grayscale: #4E4E4E. Windows color (decimal): -6933727 or 2175894. OLE color: 2175894.
HSL color Cylindrical-coordinate representation of color #963321: hue angle of 9.23º 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 #963321 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 33 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.41 |
| HSL | 9.23º | 0.64% | 0.36% | - |
| HSV(B) | 9.23º | 0.78% | 0.59% | - |
| XYZ | 14.04 | 8.96 | 2.43 | - |
| YUV | 78.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 33 | 0 | 0.66 | 0.78 | 0.41 | 9.23 | 0.64 | 0.36 |
| Hex | 96 | 33 | 21 | 0 | 42 | 4E | 29 | 9 | 40 | 24 |
| Octal | 226 | 63 | 41 | 0 | 102 | 116 | 51 | 11 | 100 | 44 |
| Binary | 10010110 | 110011 | 100001 | 0 | 1000010 | 1001110 | 101001 | 1001 | 1000000 | 100100 |
Color Harmonies of #963321
Complementary color
Monochromatic Colors of #963321
Black with #963321
Text Example
Text Example
White with #963321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963321; }
p { color: rgb(150,51,33); }
H1.HeaderClassName
{
color: #963321;
}
.AnyTagClassName
{
color: #963321;
}
</style>
background-color css
<style>
a { background-color: #963321; }
a { background-color: rgb(150,51,33); }
div.DivClassName
{
background-color: #963321;
}
.BgClassName
{
background-color: #963321;
}
</style>
border-color css
<style>
span { border-color: #963321; }
span { border-color: rgb(150,51,33); }
td.TdClassName
{
border-color: #963321;
}
.TagClassName
{
border-color: #963321;
}
</style>