Shades of Burnt Umber #963418
Tints of Burnt Umber #963418
RGB
CMYK
RGB Variations
Color information
#963418 (or 0x963418) is known color: Burnt Umber. HEX triplet: 96, 34 and 18. RGB value is (150,52,24). Sum of RGB (Red+Green+Blue) = 150+52+24=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963418 is #69CBE7. Grayscale: #4E4E4E. Windows color (decimal): -6933480 or 1586326. OLE color: 1586326.
HSL color Cylindrical-coordinate representation of color #963418: hue angle of 13.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #963418 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 24 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.41 |
| HSL | 13.33º | 0.72% | 0.34% | - |
| HSV(B) | 13.33º | 0.84% | 0.59% | - |
| XYZ | 13.97 | 9.01 | 1.87 | - |
| YUV | 78.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 24 | 0 | 0.65 | 0.84 | 0.41 | 13.33 | 0.72 | 0.34 |
| Hex | 96 | 34 | 18 | 0 | 41 | 54 | 29 | D | 48 | 22 |
| Octal | 226 | 64 | 30 | 0 | 101 | 124 | 51 | 15 | 110 | 42 |
| Binary | 10010110 | 110100 | 11000 | 0 | 1000001 | 1010100 | 101001 | 1101 | 1001000 | 100010 |
Color Harmonies of #963418
Complementary color
Monochromatic Colors of #963418
Black with #963418
Text Example
Text Example
White with #963418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963418; }
p { color: rgb(150,52,24); }
H1.HeaderClassName
{
color: #963418;
}
.AnyTagClassName
{
color: #963418;
}
</style>
background-color css
<style>
a { background-color: #963418; }
a { background-color: rgb(150,52,24); }
div.DivClassName
{
background-color: #963418;
}
.BgClassName
{
background-color: #963418;
}
</style>
border-color css
<style>
span { border-color: #963418; }
span { border-color: rgb(150,52,24); }
td.TdClassName
{
border-color: #963418;
}
.TagClassName
{
border-color: #963418;
}
</style>