Shades of Burnt Umber #96280A
Tints of Burnt Umber #96280A
RGB
CMYK
RGB Variations
Color information
#96280A (or 0x96280A) is known color: Burnt Umber. HEX triplet: 96, 28 and 0A. RGB value is (150,40,10). Sum of RGB (Red+Green+Blue) = 150+40+10=200 (26% of max value = 765). Red value is 150 (58.98% from 255 or 75% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 150 - color contains mainly: red. Hex color #96280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96280A is #69D7F5. Grayscale: #454545. Windows color (decimal): -6936566 or 665750. OLE color: 665750.
HSL color Cylindrical-coordinate representation of color #96280A: hue angle of 12.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96280A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 10 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.41 |
| HSL | 12.86º | 0.88% | 0.31% | - |
| HSV(B) | 12.86º | 0.93% | 0.59% | - |
| XYZ | 13.39 | 8.02 | 1.13 | - |
| YUV | 69.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 10 | 0 | 0.73 | 0.93 | 0.41 | 12.86 | 0.88 | 0.31 |
| Hex | 96 | 28 | A | 0 | 49 | 5D | 29 | D | 58 | 1F |
| Octal | 226 | 50 | 12 | 0 | 111 | 135 | 51 | 15 | 130 | 37 |
| Binary | 10010110 | 101000 | 1010 | 0 | 1001001 | 1011101 | 101001 | 1101 | 1011000 | 11111 |
Color Harmonies of #96280A
Complementary color
Monochromatic Colors of #96280A
Black with #96280A
Text Example
Text Example
White with #96280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96280A; }
p { color: rgb(150,40,10); }
H1.HeaderClassName
{
color: #96280A;
}
.AnyTagClassName
{
color: #96280A;
}
</style>
background-color css
<style>
a { background-color: #96280A; }
a { background-color: rgb(150,40,10); }
div.DivClassName
{
background-color: #96280A;
}
.BgClassName
{
background-color: #96280A;
}
</style>
border-color css
<style>
span { border-color: #96280A; }
span { border-color: rgb(150,40,10); }
td.TdClassName
{
border-color: #96280A;
}
.TagClassName
{
border-color: #96280A;
}
</style>