Shades of Burnt Umber #9A3210
Tints of Burnt Umber #9A3210
RGB
CMYK
RGB Variations
Color information
#9A3210 (or 0x9A3210) is known color: Burnt Umber. HEX triplet: 9A, 32 and 10. RGB value is (154,50,16). Sum of RGB (Red+Green+Blue) = 154+50+16=220 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3210 is #65CDEF. Grayscale: #4D4D4D. Windows color (decimal): -6671856 or 1061530. OLE color: 1061530.
HSL color Cylindrical-coordinate representation of color #9A3210: hue angle of 14.78º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A3210 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 50 | 16 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.40 |
| HSL | 14.78º | 0.81% | 0.33% | - |
| HSV(B) | 14.78º | 0.9% | 0.6% | - |
| XYZ | 14.56 | 9.19 | 1.5 | - |
| YUV | 77.22 | 93.46 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 50 | 16 | 0 | 0.68 | 0.90 | 0.40 | 14.78 | 0.81 | 0.33 |
| Hex | 9A | 32 | 10 | 0 | 44 | 5A | 28 | F | 51 | 21 |
| Octal | 232 | 62 | 20 | 0 | 104 | 132 | 50 | 17 | 121 | 41 |
| Binary | 10011010 | 110010 | 10000 | 0 | 1000100 | 1011010 | 101000 | 1111 | 1010001 | 100001 |
Color Harmonies of #9A3210
Complementary color
Monochromatic Colors of #9A3210
Black with #9A3210
Text Example
Text Example
White with #9A3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3210; }
p { color: rgb(154,50,16); }
H1.HeaderClassName
{
color: #9A3210;
}
.AnyTagClassName
{
color: #9A3210;
}
</style>
background-color css
<style>
a { background-color: #9A3210; }
a { background-color: rgb(154,50,16); }
div.DivClassName
{
background-color: #9A3210;
}
.BgClassName
{
background-color: #9A3210;
}
</style>
border-color css
<style>
span { border-color: #9A3210; }
span { border-color: rgb(154,50,16); }
td.TdClassName
{
border-color: #9A3210;
}
.TagClassName
{
border-color: #9A3210;
}
</style>