Shades of Burnt Umber #9C341F
Tints of Burnt Umber #9C341F
RGB
CMYK
RGB Variations
Color information
#9C341F (or 0x9C341F) is known color: Burnt Umber. HEX triplet: 9C, 34 and 1F. RGB value is (156,52,31). Sum of RGB (Red+Green+Blue) = 156+52+31=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C341F is #63CBE0. Grayscale: #505050. Windows color (decimal): -6540257 or 2045084. OLE color: 2045084.
HSL color Cylindrical-coordinate representation of color #9C341F: hue angle of 10.08º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C341F is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 31 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.39 |
| HSL | 10.08º | 0.67% | 0.37% | - |
| HSV(B) | 10.08º | 0.8% | 0.61% | - |
| XYZ | 15.19 | 9.62 | 2.35 | - |
| YUV | 80.7 | 99.96 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 31 | 0 | 0.67 | 0.80 | 0.39 | 10.08 | 0.67 | 0.37 |
| Hex | 9C | 34 | 1F | 0 | 43 | 50 | 27 | A | 43 | 25 |
| Octal | 234 | 64 | 37 | 0 | 103 | 120 | 47 | 12 | 103 | 45 |
| Binary | 10011100 | 110100 | 11111 | 0 | 1000011 | 1010000 | 100111 | 1010 | 1000011 | 100101 |
Color Harmonies of #9C341F
Complementary color
Monochromatic Colors of #9C341F
Black with #9C341F
Text Example
Text Example
White with #9C341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C341F; }
p { color: rgb(156,52,31); }
H1.HeaderClassName
{
color: #9C341F;
}
.AnyTagClassName
{
color: #9C341F;
}
</style>
background-color css
<style>
a { background-color: #9C341F; }
a { background-color: rgb(156,52,31); }
div.DivClassName
{
background-color: #9C341F;
}
.BgClassName
{
background-color: #9C341F;
}
</style>
border-color css
<style>
span { border-color: #9C341F; }
span { border-color: rgb(156,52,31); }
td.TdClassName
{
border-color: #9C341F;
}
.TagClassName
{
border-color: #9C341F;
}
</style>