Shades of Burnt Umber #9A321F
Tints of Burnt Umber #9A321F
RGB
CMYK
RGB Variations
Color information
#9A321F (or 0x9A321F) is known color: Burnt Umber. HEX triplet: 9A, 32 and 1F. RGB value is (154,50,31). Sum of RGB (Red+Green+Blue) = 154+50+31=235 (31% of max value = 765). Red value is 154 (60.55% from 255 or 65.53% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 154 - color contains mainly: red. Hex color #9A321F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A321F is #65CDE0. Grayscale: #4F4F4F. Windows color (decimal): -6671841 or 2044570. OLE color: 2044570.
HSL color Cylindrical-coordinate representation of color #9A321F: hue angle of 9.27º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A321F is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 31 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.40 |
| HSL | 9.27º | 0.66% | 0.36% | - |
| HSV(B) | 9.27º | 0.8% | 0.6% | - |
| XYZ | 14.71 | 9.25 | 2.31 | - |
| YUV | 78.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 31 | 0 | 0.68 | 0.80 | 0.40 | 9.27 | 0.66 | 0.36 |
| Hex | 9A | 32 | 1F | 0 | 44 | 50 | 28 | 9 | 42 | 24 |
| Octal | 232 | 62 | 37 | 0 | 104 | 120 | 50 | 11 | 102 | 44 |
| Binary | 10011010 | 110010 | 11111 | 0 | 1000100 | 1010000 | 101000 | 1001 | 1000010 | 100100 |
Color Harmonies of #9A321F
Complementary color
Monochromatic Colors of #9A321F
Black with #9A321F
Text Example
Text Example
White with #9A321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A321F; }
p { color: rgb(154,50,31); }
H1.HeaderClassName
{
color: #9A321F;
}
.AnyTagClassName
{
color: #9A321F;
}
</style>
background-color css
<style>
a { background-color: #9A321F; }
a { background-color: rgb(154,50,31); }
div.DivClassName
{
background-color: #9A321F;
}
.BgClassName
{
background-color: #9A321F;
}
</style>
border-color css
<style>
span { border-color: #9A321F; }
span { border-color: rgb(154,50,31); }
td.TdClassName
{
border-color: #9A321F;
}
.TagClassName
{
border-color: #9A321F;
}
</style>