Shades of Burnt Umber #963013
Tints of Burnt Umber #963013
RGB
CMYK
RGB Variations
Color information
#963013 (or 0x963013) is known color: Burnt Umber. HEX triplet: 96, 30 and 13. RGB value is (150,48,19). Sum of RGB (Red+Green+Blue) = 150+48+19=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #963013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963013 is #69CFEC. Grayscale: #4B4B4B. Windows color (decimal): -6934509 or 1257622. OLE color: 1257622.
HSL color Cylindrical-coordinate representation of color #963013: hue angle of 13.28º 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 #963013 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 19 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.41 |
| HSL | 13.28º | 0.78% | 0.33% | - |
| HSV(B) | 13.28º | 0.87% | 0.59% | - |
| XYZ | 13.75 | 8.64 | 1.56 | - |
| YUV | 75.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 19 | 0 | 0.68 | 0.87 | 0.41 | 13.28 | 0.78 | 0.33 |
| Hex | 96 | 30 | 13 | 0 | 44 | 57 | 29 | D | 4E | 21 |
| Octal | 226 | 60 | 23 | 0 | 104 | 127 | 51 | 15 | 116 | 41 |
| Binary | 10010110 | 110000 | 10011 | 0 | 1000100 | 1010111 | 101001 | 1101 | 1001110 | 100001 |
Color Harmonies of #963013
Complementary color
Monochromatic Colors of #963013
Black with #963013
Text Example
Text Example
White with #963013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963013; }
p { color: rgb(150,48,19); }
H1.HeaderClassName
{
color: #963013;
}
.AnyTagClassName
{
color: #963013;
}
</style>
background-color css
<style>
a { background-color: #963013; }
a { background-color: rgb(150,48,19); }
div.DivClassName
{
background-color: #963013;
}
.BgClassName
{
background-color: #963013;
}
</style>
border-color css
<style>
span { border-color: #963013; }
span { border-color: rgb(150,48,19); }
td.TdClassName
{
border-color: #963013;
}
.TagClassName
{
border-color: #963013;
}
</style>