Shades of Burnt Umber #9C3521
Tints of Burnt Umber #9C3521
RGB
CMYK
RGB Variations
Color information
#9C3521 (or 0x9C3521) is known color: Burnt Umber. HEX triplet: 9C, 35 and 21. RGB value is (156,53,33). Sum of RGB (Red+Green+Blue) = 156+53+33=242 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.46% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3521 is #63CADE. Grayscale: #515151. Windows color (decimal): -6539999 or 2176412. OLE color: 2176412.
HSL color Cylindrical-coordinate representation of color #9C3521: hue angle of 9.76º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C3521 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 53 | 33 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.39 |
| HSL | 9.76º | 0.65% | 0.37% | - |
| HSV(B) | 9.76º | 0.79% | 0.61% | - |
| XYZ | 15.26 | 9.72 | 2.51 | - |
| YUV | 81.52 | 100.62 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 53 | 33 | 0 | 0.66 | 0.79 | 0.39 | 9.76 | 0.65 | 0.37 |
| Hex | 9C | 35 | 21 | 0 | 42 | 4F | 27 | A | 41 | 25 |
| Octal | 234 | 65 | 41 | 0 | 102 | 117 | 47 | 12 | 101 | 45 |
| Binary | 10011100 | 110101 | 100001 | 0 | 1000010 | 1001111 | 100111 | 1010 | 1000001 | 100101 |
Color Harmonies of #9C3521
Complementary color
Monochromatic Colors of #9C3521
Black with #9C3521
Text Example
Text Example
White with #9C3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3521; }
p { color: rgb(156,53,33); }
H1.HeaderClassName
{
color: #9C3521;
}
.AnyTagClassName
{
color: #9C3521;
}
</style>
background-color css
<style>
a { background-color: #9C3521; }
a { background-color: rgb(156,53,33); }
div.DivClassName
{
background-color: #9C3521;
}
.BgClassName
{
background-color: #9C3521;
}
</style>
border-color css
<style>
span { border-color: #9C3521; }
span { border-color: rgb(156,53,33); }
td.TdClassName
{
border-color: #9C3521;
}
.TagClassName
{
border-color: #9C3521;
}
</style>