Shades of Burnt Umber #9A2A0D
Tints of Burnt Umber #9A2A0D
RGB
CMYK
RGB Variations
Color information
#9A2A0D (or 0x9A2A0D) is known color: Burnt Umber. HEX triplet: 9A, 2A and 0D. RGB value is (154,42,13). Sum of RGB (Red+Green+Blue) = 154+42+13=209 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.68% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2A0D is #65D5F2. Grayscale: #484848. Windows color (decimal): -6673907 or 862874. OLE color: 862874.
HSL color Cylindrical-coordinate representation of color #9A2A0D: hue angle of 12.34º degrees, saturation: 0.84, 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 #9A2A0D is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 42 | 13 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.40 |
| HSL | 12.34º | 0.84% | 0.33% | - |
| HSV(B) | 12.34º | 0.92% | 0.6% | - |
| XYZ | 14.23 | 8.56 | 1.28 | - |
| YUV | 72.18 | 94.61 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 13 | 0 | 0.73 | 0.92 | 0.40 | 12.34 | 0.84 | 0.33 |
| Hex | 9A | 2A | D | 0 | 49 | 5C | 28 | C | 54 | 21 |
| Octal | 232 | 52 | 15 | 0 | 111 | 134 | 50 | 14 | 124 | 41 |
| Binary | 10011010 | 101010 | 1101 | 0 | 1001001 | 1011100 | 101000 | 1100 | 1010100 | 100001 |
Color Harmonies of #9A2A0D
Complementary color
Monochromatic Colors of #9A2A0D
Black with #9A2A0D
Text Example
Text Example
White with #9A2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2A0D; }
p { color: rgb(154,42,13); }
H1.HeaderClassName
{
color: #9A2A0D;
}
.AnyTagClassName
{
color: #9A2A0D;
}
</style>
background-color css
<style>
a { background-color: #9A2A0D; }
a { background-color: rgb(154,42,13); }
div.DivClassName
{
background-color: #9A2A0D;
}
.BgClassName
{
background-color: #9A2A0D;
}
</style>
border-color css
<style>
span { border-color: #9A2A0D; }
span { border-color: rgb(154,42,13); }
td.TdClassName
{
border-color: #9A2A0D;
}
.TagClassName
{
border-color: #9A2A0D;
}
</style>