Shades of Burnt Umber #9A341A
Tints of Burnt Umber #9A341A
RGB
CMYK
RGB Variations
Color information
#9A341A (or 0x9A341A) is known color: Burnt Umber. HEX triplet: 9A, 34 and 1A. RGB value is (154,52,26). Sum of RGB (Red+Green+Blue) = 154+52+26=232 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.38% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 154 - color contains mainly: red. Hex color #9A341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A341A is #65CBE5. Grayscale: #4F4F4F. Windows color (decimal): -6671334 or 1717402. OLE color: 1717402.
HSL color Cylindrical-coordinate representation of color #9A341A: hue angle of 12.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A341A is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 52 | 26 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.40 |
| HSL | 12.19º | 0.71% | 0.35% | - |
| HSV(B) | 12.19º | 0.83% | 0.6% | - |
| XYZ | 14.74 | 9.4 | 2.01 | - |
| YUV | 79.53 | 97.79 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 52 | 26 | 0 | 0.66 | 0.83 | 0.40 | 12.19 | 0.71 | 0.35 |
| Hex | 9A | 34 | 1A | 0 | 42 | 53 | 28 | C | 47 | 23 |
| Octal | 232 | 64 | 32 | 0 | 102 | 123 | 50 | 14 | 107 | 43 |
| Binary | 10011010 | 110100 | 11010 | 0 | 1000010 | 1010011 | 101000 | 1100 | 1000111 | 100011 |
Color Harmonies of #9A341A
Complementary color
Monochromatic Colors of #9A341A
Black with #9A341A
Text Example
Text Example
White with #9A341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A341A; }
p { color: rgb(154,52,26); }
H1.HeaderClassName
{
color: #9A341A;
}
.AnyTagClassName
{
color: #9A341A;
}
</style>
background-color css
<style>
a { background-color: #9A341A; }
a { background-color: rgb(154,52,26); }
div.DivClassName
{
background-color: #9A341A;
}
.BgClassName
{
background-color: #9A341A;
}
</style>
border-color css
<style>
span { border-color: #9A341A; }
span { border-color: rgb(154,52,26); }
td.TdClassName
{
border-color: #9A341A;
}
.TagClassName
{
border-color: #9A341A;
}
</style>