Shades of Burnt Umber #963413
Tints of Burnt Umber #963413
RGB
CMYK
RGB Variations
Color information
#963413 (or 0x963413) is known color: Burnt Umber. HEX triplet: 96, 34 and 13. RGB value is (150,52,19). Sum of RGB (Red+Green+Blue) = 150+52+19=221 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.87% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 150 - color contains mainly: red. Hex color #963413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963413 is #69CBEC. Grayscale: #4D4D4D. Windows color (decimal): -6933485 or 1258646. OLE color: 1258646.
HSL color Cylindrical-coordinate representation of color #963413: hue angle of 15.11º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963413 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 19 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.41 |
| HSL | 15.11º | 0.78% | 0.33% | - |
| HSV(B) | 15.11º | 0.87% | 0.59% | - |
| XYZ | 13.92 | 8.99 | 1.62 | - |
| YUV | 77.54 | 94.97 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 19 | 0 | 0.65 | 0.87 | 0.41 | 15.11 | 0.78 | 0.33 |
| Hex | 96 | 34 | 13 | 0 | 41 | 57 | 29 | F | 4E | 21 |
| Octal | 226 | 64 | 23 | 0 | 101 | 127 | 51 | 17 | 116 | 41 |
| Binary | 10010110 | 110100 | 10011 | 0 | 1000001 | 1010111 | 101001 | 1111 | 1001110 | 100001 |
Color Harmonies of #963413
Complementary color
Monochromatic Colors of #963413
Black with #963413
Text Example
Text Example
White with #963413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963413; }
p { color: rgb(150,52,19); }
H1.HeaderClassName
{
color: #963413;
}
.AnyTagClassName
{
color: #963413;
}
</style>
background-color css
<style>
a { background-color: #963413; }
a { background-color: rgb(150,52,19); }
div.DivClassName
{
background-color: #963413;
}
.BgClassName
{
background-color: #963413;
}
</style>
border-color css
<style>
span { border-color: #963413; }
span { border-color: rgb(150,52,19); }
td.TdClassName
{
border-color: #963413;
}
.TagClassName
{
border-color: #963413;
}
</style>