Shades of Burnt Umber #9A2A0F
Tints of Burnt Umber #9A2A0F
RGB
CMYK
RGB Variations
Color information
#9A2A0F (or 0x9A2A0F) is known color: Burnt Umber. HEX triplet: 9A, 2A and 0F. RGB value is (154,42,15). Sum of RGB (Red+Green+Blue) = 154+42+15=211 (27% of max value = 765). Red value is 154 (60.55% from 255 or 72.99% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2A0F is #65D5F0. Grayscale: #484848. Windows color (decimal): -6673905 or 993946. OLE color: 993946.
HSL color Cylindrical-coordinate representation of color #9A2A0F: hue angle of 11.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A2A0F is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 15 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.40 |
| HSL | 11.65º | 0.82% | 0.33% | - |
| HSV(B) | 11.65º | 0.9% | 0.6% | - |
| XYZ | 14.24 | 8.56 | 1.35 | - |
| YUV | 72.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 15 | 0 | 0.73 | 0.90 | 0.40 | 11.65 | 0.82 | 0.33 |
| Hex | 9A | 2A | F | 0 | 49 | 5A | 28 | C | 52 | 21 |
| Octal | 232 | 52 | 17 | 0 | 111 | 132 | 50 | 14 | 122 | 41 |
| Binary | 10011010 | 101010 | 1111 | 0 | 1001001 | 1011010 | 101000 | 1100 | 1010010 | 100001 |
Color Harmonies of #9A2A0F
Complementary color
Monochromatic Colors of #9A2A0F
Black with #9A2A0F
Text Example
Text Example
White with #9A2A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A0F; }
p { color: rgb(154,42,15); }
H1.HeaderClassName
{
color: #9A2A0F;
}
.AnyTagClassName
{
color: #9A2A0F;
}
</style>
background-color css
<style>
a { background-color: #9A2A0F; }
a { background-color: rgb(154,42,15); }
div.DivClassName
{
background-color: #9A2A0F;
}
.BgClassName
{
background-color: #9A2A0F;
}
</style>
border-color css
<style>
span { border-color: #9A2A0F; }
span { border-color: rgb(154,42,15); }
td.TdClassName
{
border-color: #9A2A0F;
}
.TagClassName
{
border-color: #9A2A0F;
}
</style>