Shades of Burnt Umber #9A280B
Tints of Burnt Umber #9A280B
RGB
CMYK
RGB Variations
Color information
#9A280B (or 0x9A280B) is known color: Burnt Umber. HEX triplet: 9A, 28 and 0B. RGB value is (154,40,11). Sum of RGB (Red+Green+Blue) = 154+40+11=205 (27% of max value = 765). Red value is 154 (60.55% from 255 or 75.12% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 154 - color contains mainly: red. Hex color #9A280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A280B is #65D7F4. Grayscale: #474747. Windows color (decimal): -6674421 or 731290. OLE color: 731290.
HSL color Cylindrical-coordinate representation of color #9A280B: hue angle of 12.17º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A280B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 40 | 11 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.40 |
| HSL | 12.17º | 0.87% | 0.32% | - |
| HSV(B) | 12.17º | 0.93% | 0.6% | - |
| XYZ | 14.15 | 8.41 | 1.19 | - |
| YUV | 70.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 11 | 0 | 0.74 | 0.93 | 0.40 | 12.17 | 0.87 | 0.32 |
| Hex | 9A | 28 | B | 0 | 4A | 5D | 28 | C | 57 | 20 |
| Octal | 232 | 50 | 13 | 0 | 112 | 135 | 50 | 14 | 127 | 40 |
| Binary | 10011010 | 101000 | 1011 | 0 | 1001010 | 1011101 | 101000 | 1100 | 1010111 | 100000 |
Color Harmonies of #9A280B
Complementary color
Monochromatic Colors of #9A280B
Black with #9A280B
Text Example
Text Example
White with #9A280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A280B; }
p { color: rgb(154,40,11); }
H1.HeaderClassName
{
color: #9A280B;
}
.AnyTagClassName
{
color: #9A280B;
}
</style>
background-color css
<style>
a { background-color: #9A280B; }
a { background-color: rgb(154,40,11); }
div.DivClassName
{
background-color: #9A280B;
}
.BgClassName
{
background-color: #9A280B;
}
</style>
border-color css
<style>
span { border-color: #9A280B; }
span { border-color: rgb(154,40,11); }
td.TdClassName
{
border-color: #9A280B;
}
.TagClassName
{
border-color: #9A280B;
}
</style>