Shades of Burnt Umber #9C3421
Tints of Burnt Umber #9C3421
RGB
CMYK
RGB Variations
Color information
#9C3421 (or 0x9C3421) is known color: Burnt Umber. HEX triplet: 9C, 34 and 21. RGB value is (156,52,33). Sum of RGB (Red+Green+Blue) = 156+52+33=241 (31% of max value = 765). Red value is 156 (61.33% from 255 or 64.73% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3421 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3421 is #63CBDE. Grayscale: #515151. Windows color (decimal): -6540255 or 2176156. OLE color: 2176156.
HSL color Cylindrical-coordinate representation of color #9C3421: hue angle of 9.27º 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 #9C3421 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 33 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.39 |
| HSL | 9.27º | 0.65% | 0.37% | - |
| HSV(B) | 9.27º | 0.79% | 0.61% | - |
| XYZ | 15.21 | 9.63 | 2.5 | - |
| YUV | 80.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 33 | 0 | 0.67 | 0.79 | 0.39 | 9.27 | 0.65 | 0.37 |
| Hex | 9C | 34 | 21 | 0 | 43 | 4F | 27 | 9 | 41 | 25 |
| Octal | 234 | 64 | 41 | 0 | 103 | 117 | 47 | 11 | 101 | 45 |
| Binary | 10011100 | 110100 | 100001 | 0 | 1000011 | 1001111 | 100111 | 1001 | 1000001 | 100101 |
Color Harmonies of #9C3421
Complementary color
Monochromatic Colors of #9C3421
Black with #9C3421
Text Example
Text Example
White with #9C3421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3421; }
p { color: rgb(156,52,33); }
H1.HeaderClassName
{
color: #9C3421;
}
.AnyTagClassName
{
color: #9C3421;
}
</style>
background-color css
<style>
a { background-color: #9C3421; }
a { background-color: rgb(156,52,33); }
div.DivClassName
{
background-color: #9C3421;
}
.BgClassName
{
background-color: #9C3421;
}
</style>
border-color css
<style>
span { border-color: #9C3421; }
span { border-color: rgb(156,52,33); }
td.TdClassName
{
border-color: #9C3421;
}
.TagClassName
{
border-color: #9C3421;
}
</style>