Shades of Burnt Umber #9A2A0C
Tints of Burnt Umber #9A2A0C
RGB
CMYK
RGB Variations
Color information
#9A2A0C (or 0x9A2A0C) is known color: Burnt Umber. HEX triplet: 9A, 2A and 0C. RGB value is (154,42,12). Sum of RGB (Red+Green+Blue) = 154+42+12=208 (27% of max value = 765). Red value is 154 (60.55% from 255 or 74.04% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2A0C is #65D5F3. Grayscale: #484848. Windows color (decimal): -6673908 or 797338. OLE color: 797338.
HSL color Cylindrical-coordinate representation of color #9A2A0C: hue angle of 12.68º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A2A0C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 12 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.40 |
| HSL | 12.68º | 0.86% | 0.33% | - |
| HSV(B) | 12.68º | 0.92% | 0.6% | - |
| XYZ | 14.22 | 8.55 | 1.25 | - |
| YUV | 72.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 12 | 0 | 0.73 | 0.92 | 0.40 | 12.68 | 0.86 | 0.33 |
| Hex | 9A | 2A | C | 0 | 49 | 5C | 28 | D | 56 | 21 |
| Octal | 232 | 52 | 14 | 0 | 111 | 134 | 50 | 15 | 126 | 41 |
| Binary | 10011010 | 101010 | 1100 | 0 | 1001001 | 1011100 | 101000 | 1101 | 1010110 | 100001 |
Color Harmonies of #9A2A0C
Complementary color
Monochromatic Colors of #9A2A0C
Black with #9A2A0C
Text Example
Text Example
White with #9A2A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A0C; }
p { color: rgb(154,42,12); }
H1.HeaderClassName
{
color: #9A2A0C;
}
.AnyTagClassName
{
color: #9A2A0C;
}
</style>
background-color css
<style>
a { background-color: #9A2A0C; }
a { background-color: rgb(154,42,12); }
div.DivClassName
{
background-color: #9A2A0C;
}
.BgClassName
{
background-color: #9A2A0C;
}
</style>
border-color css
<style>
span { border-color: #9A2A0C; }
span { border-color: rgb(154,42,12); }
td.TdClassName
{
border-color: #9A2A0C;
}
.TagClassName
{
border-color: #9A2A0C;
}
</style>