Shades of Burnt Umber #9C331C
Tints of Burnt Umber #9C331C
RGB
CMYK
RGB Variations
Color information
#9C331C (or 0x9C331C) is known color: Burnt Umber. HEX triplet: 9C, 33 and 1C. RGB value is (156,51,28). Sum of RGB (Red+Green+Blue) = 156+51+28=235 (31% of max value = 765). Red value is 156 (61.33% from 255 or 66.38% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 156 - color contains mainly: red. Hex color #9C331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C331C is #63CCE3. Grayscale: #4F4F4F. Windows color (decimal): -6540516 or 1848220. OLE color: 1848220.
HSL color Cylindrical-coordinate representation of color #9C331C: hue angle of 10.78º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C331C is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 28 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.39 |
| HSL | 10.78º | 0.7% | 0.36% | - |
| HSV(B) | 10.78º | 0.82% | 0.61% | - |
| XYZ | 15.1 | 9.52 | 2.14 | - |
| YUV | 79.77 | 98.79 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 28 | 0 | 0.67 | 0.82 | 0.39 | 10.78 | 0.7 | 0.36 |
| Hex | 9C | 33 | 1C | 0 | 43 | 52 | 27 | B | 46 | 24 |
| Octal | 234 | 63 | 34 | 0 | 103 | 122 | 47 | 13 | 106 | 44 |
| Binary | 10011100 | 110011 | 11100 | 0 | 1000011 | 1010010 | 100111 | 1011 | 1000110 | 100100 |
Color Harmonies of #9C331C
Complementary color
Monochromatic Colors of #9C331C
Black with #9C331C
Text Example
Text Example
White with #9C331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C331C; }
p { color: rgb(156,51,28); }
H1.HeaderClassName
{
color: #9C331C;
}
.AnyTagClassName
{
color: #9C331C;
}
</style>
background-color css
<style>
a { background-color: #9C331C; }
a { background-color: rgb(156,51,28); }
div.DivClassName
{
background-color: #9C331C;
}
.BgClassName
{
background-color: #9C331C;
}
</style>
border-color css
<style>
span { border-color: #9C331C; }
span { border-color: rgb(156,51,28); }
td.TdClassName
{
border-color: #9C331C;
}
.TagClassName
{
border-color: #9C331C;
}
</style>