Shades of Burnt Umber #96301C
Tints of Burnt Umber #96301C
RGB
CMYK
RGB Variations
Color information
#96301C (or 0x96301C) is known color: Burnt Umber. HEX triplet: 96, 30 and 1C. RGB value is (150,48,28). Sum of RGB (Red+Green+Blue) = 150+48+28=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #96301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96301C is #69CFE3. Grayscale: #4C4C4C. Windows color (decimal): -6934500 or 1847446. OLE color: 1847446.
HSL color Cylindrical-coordinate representation of color #96301C: hue angle of 9.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96301C is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 28 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.41 |
| HSL | 9.84º | 0.69% | 0.35% | - |
| HSV(B) | 9.84º | 0.81% | 0.59% | - |
| XYZ | 13.84 | 8.68 | 2.04 | - |
| YUV | 76.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 28 | 0 | 0.68 | 0.81 | 0.41 | 9.84 | 0.69 | 0.35 |
| Hex | 96 | 30 | 1C | 0 | 44 | 51 | 29 | A | 45 | 23 |
| Octal | 226 | 60 | 34 | 0 | 104 | 121 | 51 | 12 | 105 | 43 |
| Binary | 10010110 | 110000 | 11100 | 0 | 1000100 | 1010001 | 101001 | 1010 | 1000101 | 100011 |
Color Harmonies of #96301C
Complementary color
Monochromatic Colors of #96301C
Black with #96301C
Text Example
Text Example
White with #96301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96301C; }
p { color: rgb(150,48,28); }
H1.HeaderClassName
{
color: #96301C;
}
.AnyTagClassName
{
color: #96301C;
}
</style>
background-color css
<style>
a { background-color: #96301C; }
a { background-color: rgb(150,48,28); }
div.DivClassName
{
background-color: #96301C;
}
.BgClassName
{
background-color: #96301C;
}
</style>
border-color css
<style>
span { border-color: #96301C; }
span { border-color: rgb(150,48,28); }
td.TdClassName
{
border-color: #96301C;
}
.TagClassName
{
border-color: #96301C;
}
</style>