Shades of Burnt Umber #9A2B19
Tints of Burnt Umber #9A2B19
RGB
CMYK
RGB Variations
Color information
#9A2B19 (or 0x9A2B19) is known color: Burnt Umber. HEX triplet: 9A, 2B and 19. RGB value is (154,43,25). Sum of RGB (Red+Green+Blue) = 154+43+25=222 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.37% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2B19 is #65D4E6. Grayscale: #4A4A4A. Windows color (decimal): -6673639 or 1649562. OLE color: 1649562.
HSL color Cylindrical-coordinate representation of color #9A2B19: hue angle of 8.37º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A2B19 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 43 | 25 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.40 |
| HSL | 8.37º | 0.72% | 0.35% | - |
| HSV(B) | 8.37º | 0.84% | 0.6% | - |
| XYZ | 14.37 | 8.67 | 1.84 | - |
| YUV | 74.14 | 100.27 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 43 | 25 | 0 | 0.72 | 0.84 | 0.40 | 8.37 | 0.72 | 0.35 |
| Hex | 9A | 2B | 19 | 0 | 48 | 54 | 28 | 8 | 48 | 23 |
| Octal | 232 | 53 | 31 | 0 | 110 | 124 | 50 | 10 | 110 | 43 |
| Binary | 10011010 | 101011 | 11001 | 0 | 1001000 | 1010100 | 101000 | 1000 | 1001000 | 100011 |
Color Harmonies of #9A2B19
Complementary color
Monochromatic Colors of #9A2B19
Black with #9A2B19
Text Example
Text Example
White with #9A2B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2B19; }
p { color: rgb(154,43,25); }
H1.HeaderClassName
{
color: #9A2B19;
}
.AnyTagClassName
{
color: #9A2B19;
}
</style>
background-color css
<style>
a { background-color: #9A2B19; }
a { background-color: rgb(154,43,25); }
div.DivClassName
{
background-color: #9A2B19;
}
.BgClassName
{
background-color: #9A2B19;
}
</style>
border-color css
<style>
span { border-color: #9A2B19; }
span { border-color: rgb(154,43,25); }
td.TdClassName
{
border-color: #9A2B19;
}
.TagClassName
{
border-color: #9A2B19;
}
</style>