Shades of Burnt Umber #96300F
Tints of Burnt Umber #96300F
RGB
CMYK
RGB Variations
Color information
#96300F (or 0x96300F) is known color: Burnt Umber. HEX triplet: 96, 30 and 0F. RGB value is (150,48,15). Sum of RGB (Red+Green+Blue) = 150+48+15=213 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.42% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 150 - color contains mainly: red. Hex color #96300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96300F is #69CFF0. Grayscale: #4A4A4A. Windows color (decimal): -6934513 or 995478. OLE color: 995478.
HSL color Cylindrical-coordinate representation of color #96300F: hue angle of 14.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96300F is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 15 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.41 |
| HSL | 14.67º | 0.82% | 0.32% | - |
| HSV(B) | 14.67º | 0.9% | 0.59% | - |
| XYZ | 13.72 | 8.63 | 1.39 | - |
| YUV | 74.74 | 94.29 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 15 | 0 | 0.68 | 0.9 | 0.41 | 14.67 | 0.82 | 0.32 |
| Hex | 96 | 30 | F | 0 | 44 | 5A | 29 | F | 52 | 20 |
| Octal | 226 | 60 | 17 | 0 | 104 | 132 | 51 | 17 | 122 | 40 |
| Binary | 10010110 | 110000 | 1111 | 0 | 1000100 | 1011010 | 101001 | 1111 | 1010010 | 100000 |
Color Harmonies of #96300F
Complementary color
Monochromatic Colors of #96300F
Black with #96300F
Text Example
Text Example
White with #96300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96300F; }
p { color: rgb(150,48,15); }
H1.HeaderClassName
{
color: #96300F;
}
.AnyTagClassName
{
color: #96300F;
}
</style>
background-color css
<style>
a { background-color: #96300F; }
a { background-color: rgb(150,48,15); }
div.DivClassName
{
background-color: #96300F;
}
.BgClassName
{
background-color: #96300F;
}
</style>
border-color css
<style>
span { border-color: #96300F; }
span { border-color: rgb(150,48,15); }
td.TdClassName
{
border-color: #96300F;
}
.TagClassName
{
border-color: #96300F;
}
</style>