Shades of Burnt Umber #96280C
Tints of Burnt Umber #96280C
RGB
CMYK
RGB Variations
Color information
#96280C (or 0x96280C) is known color: Burnt Umber. HEX triplet: 96, 28 and 0C. RGB value is (150,40,12). Sum of RGB (Red+Green+Blue) = 150+40+12=202 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.26% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 150 - color contains mainly: red. Hex color #96280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96280C is #69D7F3. Grayscale: #454545. Windows color (decimal): -6936564 or 796822. OLE color: 796822.
HSL color Cylindrical-coordinate representation of color #96280C: hue angle of 12.17º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96280C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 12 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.41 |
| HSL | 12.17º | 0.85% | 0.32% | - |
| HSV(B) | 12.17º | 0.92% | 0.59% | - |
| XYZ | 13.4 | 8.03 | 1.19 | - |
| YUV | 69.7 | 95.44 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 12 | 0 | 0.73 | 0.92 | 0.41 | 12.17 | 0.85 | 0.32 |
| Hex | 96 | 28 | C | 0 | 49 | 5C | 29 | C | 55 | 20 |
| Octal | 226 | 50 | 14 | 0 | 111 | 134 | 51 | 14 | 125 | 40 |
| Binary | 10010110 | 101000 | 1100 | 0 | 1001001 | 1011100 | 101001 | 1100 | 1010101 | 100000 |
Color Harmonies of #96280C
Complementary color
Monochromatic Colors of #96280C
Black with #96280C
Text Example
Text Example
White with #96280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96280C; }
p { color: rgb(150,40,12); }
H1.HeaderClassName
{
color: #96280C;
}
.AnyTagClassName
{
color: #96280C;
}
</style>
background-color css
<style>
a { background-color: #96280C; }
a { background-color: rgb(150,40,12); }
div.DivClassName
{
background-color: #96280C;
}
.BgClassName
{
background-color: #96280C;
}
</style>
border-color css
<style>
span { border-color: #96280C; }
span { border-color: rgb(150,40,12); }
td.TdClassName
{
border-color: #96280C;
}
.TagClassName
{
border-color: #96280C;
}
</style>