Shades of Burnt Umber #9C361D
Tints of Burnt Umber #9C361D
RGB
CMYK
RGB Variations
Color information
#9C361D (or 0x9C361D) is known color: Burnt Umber. HEX triplet: 9C, 36 and 1D. RGB value is (156,54,29). Sum of RGB (Red+Green+Blue) = 156+54+29=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C361D is #63C9E2. Grayscale: #515151. Windows color (decimal): -6539747 or 1914524. OLE color: 1914524.
HSL color Cylindrical-coordinate representation of color #9C361D: hue angle of 11.81º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C361D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 29 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.39 |
| HSL | 11.81º | 0.69% | 0.36% | - |
| HSV(B) | 11.81º | 0.81% | 0.61% | - |
| XYZ | 15.25 | 9.79 | 2.25 | - |
| YUV | 81.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 29 | 0 | 0.65 | 0.81 | 0.39 | 11.81 | 0.69 | 0.36 |
| Hex | 9C | 36 | 1D | 0 | 41 | 51 | 27 | C | 45 | 24 |
| Octal | 234 | 66 | 35 | 0 | 101 | 121 | 47 | 14 | 105 | 44 |
| Binary | 10011100 | 110110 | 11101 | 0 | 1000001 | 1010001 | 100111 | 1100 | 1000101 | 100100 |
Color Harmonies of #9C361D
Complementary color
Monochromatic Colors of #9C361D
Black with #9C361D
Text Example
Text Example
White with #9C361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C361D; }
p { color: rgb(156,54,29); }
H1.HeaderClassName
{
color: #9C361D;
}
.AnyTagClassName
{
color: #9C361D;
}
</style>
background-color css
<style>
a { background-color: #9C361D; }
a { background-color: rgb(156,54,29); }
div.DivClassName
{
background-color: #9C361D;
}
.BgClassName
{
background-color: #9C361D;
}
</style>
border-color css
<style>
span { border-color: #9C361D; }
span { border-color: rgb(156,54,29); }
td.TdClassName
{
border-color: #9C361D;
}
.TagClassName
{
border-color: #9C361D;
}
</style>