Shades of Burnt Umber #9A3310
Tints of Burnt Umber #9A3310
RGB
CMYK
RGB Variations
Color information
#9A3310 (or 0x9A3310) is known color: Burnt Umber. HEX triplet: 9A, 33 and 10. RGB value is (154,51,16). Sum of RGB (Red+Green+Blue) = 154+51+16=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3310 is #65CCEF. Grayscale: #4E4E4E. Windows color (decimal): -6671600 or 1061786. OLE color: 1061786.
HSL color Cylindrical-coordinate representation of color #9A3310: hue angle of 15.22º 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 #9A3310 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 16 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.40 |
| HSL | 15.22º | 0.81% | 0.33% | - |
| HSV(B) | 15.22º | 0.9% | 0.6% | - |
| XYZ | 14.6 | 9.28 | 1.51 | - |
| YUV | 77.81 | 93.12 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 16 | 0 | 0.67 | 0.90 | 0.40 | 15.22 | 0.81 | 0.33 |
| Hex | 9A | 33 | 10 | 0 | 43 | 5A | 28 | F | 51 | 21 |
| Octal | 232 | 63 | 20 | 0 | 103 | 132 | 50 | 17 | 121 | 41 |
| Binary | 10011010 | 110011 | 10000 | 0 | 1000011 | 1011010 | 101000 | 1111 | 1010001 | 100001 |
Color Harmonies of #9A3310
Complementary color
Monochromatic Colors of #9A3310
Black with #9A3310
Text Example
Text Example
White with #9A3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3310; }
p { color: rgb(154,51,16); }
H1.HeaderClassName
{
color: #9A3310;
}
.AnyTagClassName
{
color: #9A3310;
}
</style>
background-color css
<style>
a { background-color: #9A3310; }
a { background-color: rgb(154,51,16); }
div.DivClassName
{
background-color: #9A3310;
}
.BgClassName
{
background-color: #9A3310;
}
</style>
border-color css
<style>
span { border-color: #9A3310; }
span { border-color: rgb(154,51,16); }
td.TdClassName
{
border-color: #9A3310;
}
.TagClassName
{
border-color: #9A3310;
}
</style>