Shades of Burnt Umber #963015
Tints of Burnt Umber #963015
RGB
CMYK
RGB Variations
Color information
#963015 (or 0x963015) is known color: Burnt Umber. HEX triplet: 96, 30 and 15. RGB value is (150,48,21). Sum of RGB (Red+Green+Blue) = 150+48+21=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #963015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963015 is #69CFEA. Grayscale: #4B4B4B. Windows color (decimal): -6934507 or 1388694. OLE color: 1388694.
HSL color Cylindrical-coordinate representation of color #963015: hue angle of 12.56º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #963015 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 21 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.41 |
| HSL | 12.56º | 0.75% | 0.34% | - |
| HSV(B) | 12.56º | 0.86% | 0.59% | - |
| XYZ | 13.77 | 8.65 | 1.65 | - |
| YUV | 75.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 21 | 0 | 0.68 | 0.86 | 0.41 | 12.56 | 0.75 | 0.34 |
| Hex | 96 | 30 | 15 | 0 | 44 | 56 | 29 | D | 4B | 22 |
| Octal | 226 | 60 | 25 | 0 | 104 | 126 | 51 | 15 | 113 | 42 |
| Binary | 10010110 | 110000 | 10101 | 0 | 1000100 | 1010110 | 101001 | 1101 | 1001011 | 100010 |
Color Harmonies of #963015
Complementary color
Monochromatic Colors of #963015
Black with #963015
Text Example
Text Example
White with #963015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963015; }
p { color: rgb(150,48,21); }
H1.HeaderClassName
{
color: #963015;
}
.AnyTagClassName
{
color: #963015;
}
</style>
background-color css
<style>
a { background-color: #963015; }
a { background-color: rgb(150,48,21); }
div.DivClassName
{
background-color: #963015;
}
.BgClassName
{
background-color: #963015;
}
</style>
border-color css
<style>
span { border-color: #963015; }
span { border-color: rgb(150,48,21); }
td.TdClassName
{
border-color: #963015;
}
.TagClassName
{
border-color: #963015;
}
</style>