Shades of Burnt Umber #963022
Tints of Burnt Umber #963022
RGB
CMYK
RGB Variations
Color information
#963022 (or 0x963022) is known color: Burnt Umber. HEX triplet: 96, 30 and 22. RGB value is (150,48,34). Sum of RGB (Red+Green+Blue) = 150+48+34=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #963022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963022 is #69CFDD. Grayscale: #4D4D4D. Windows color (decimal): -6934494 or 2240662. OLE color: 2240662.
HSL color Cylindrical-coordinate representation of color #963022: hue angle of 7.24º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #963022 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 34 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.41 |
| HSL | 7.24º | 0.63% | 0.36% | - |
| HSV(B) | 7.24º | 0.77% | 0.59% | - |
| XYZ | 13.92 | 8.71 | 2.46 | - |
| YUV | 76.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 34 | 0 | 0.68 | 0.77 | 0.41 | 7.24 | 0.63 | 0.36 |
| Hex | 96 | 30 | 22 | 0 | 44 | 4D | 29 | 7 | 3F | 24 |
| Octal | 226 | 60 | 42 | 0 | 104 | 115 | 51 | 7 | 77 | 44 |
| Binary | 10010110 | 110000 | 100010 | 0 | 1000100 | 1001101 | 101001 | 111 | 111111 | 100100 |
Color Harmonies of #963022
Complementary color
Monochromatic Colors of #963022
Black with #963022
Text Example
Text Example
White with #963022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963022; }
p { color: rgb(150,48,34); }
H1.HeaderClassName
{
color: #963022;
}
.AnyTagClassName
{
color: #963022;
}
</style>
background-color css
<style>
a { background-color: #963022; }
a { background-color: rgb(150,48,34); }
div.DivClassName
{
background-color: #963022;
}
.BgClassName
{
background-color: #963022;
}
</style>
border-color css
<style>
span { border-color: #963022; }
span { border-color: rgb(150,48,34); }
td.TdClassName
{
border-color: #963022;
}
.TagClassName
{
border-color: #963022;
}
</style>