Shades of Burnt Umber #96280F
Tints of Burnt Umber #96280F
RGB
CMYK
RGB Variations
Color information
#96280F (or 0x96280F) is known color: Burnt Umber. HEX triplet: 96, 28 and 0F. RGB value is (150,40,15). Sum of RGB (Red+Green+Blue) = 150+40+15=205 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.17% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 150 - color contains mainly: red. Hex color #96280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96280F is #69D7F0. Grayscale: #464646. Windows color (decimal): -6936561 or 993430. OLE color: 993430.
HSL color Cylindrical-coordinate representation of color #96280F: hue angle of 11.11º 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 #96280F is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 15 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.41 |
| HSL | 11.11º | 0.82% | 0.32% | - |
| HSV(B) | 11.11º | 0.9% | 0.59% | - |
| XYZ | 13.42 | 8.04 | 1.3 | - |
| YUV | 70.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 15 | 0 | 0.73 | 0.9 | 0.41 | 11.11 | 0.82 | 0.32 |
| Hex | 96 | 28 | F | 0 | 49 | 5A | 29 | B | 52 | 20 |
| Octal | 226 | 50 | 17 | 0 | 111 | 132 | 51 | 13 | 122 | 40 |
| Binary | 10010110 | 101000 | 1111 | 0 | 1001001 | 1011010 | 101001 | 1011 | 1010010 | 100000 |
Color Harmonies of #96280F
Complementary color
Monochromatic Colors of #96280F
Black with #96280F
Text Example
Text Example
White with #96280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96280F; }
p { color: rgb(150,40,15); }
H1.HeaderClassName
{
color: #96280F;
}
.AnyTagClassName
{
color: #96280F;
}
</style>
background-color css
<style>
a { background-color: #96280F; }
a { background-color: rgb(150,40,15); }
div.DivClassName
{
background-color: #96280F;
}
.BgClassName
{
background-color: #96280F;
}
</style>
border-color css
<style>
span { border-color: #96280F; }
span { border-color: rgb(150,40,15); }
td.TdClassName
{
border-color: #96280F;
}
.TagClassName
{
border-color: #96280F;
}
</style>