Shades of Burnt Umber #9C331A
Tints of Burnt Umber #9C331A
RGB
CMYK
RGB Variations
Color information
#9C331A (or 0x9C331A) is known color: Burnt Umber. HEX triplet: 9C, 33 and 1A. RGB value is (156,51,26). Sum of RGB (Red+Green+Blue) = 156+51+26=233 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.95% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 156 - color contains mainly: red. Hex color #9C331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C331A is #63CCE5. Grayscale: #4F4F4F. Windows color (decimal): -6540518 or 1717148. OLE color: 1717148.
HSL color Cylindrical-coordinate representation of color #9C331A: hue angle of 11.54º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C331A is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 26 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.39 |
| HSL | 11.54º | 0.71% | 0.36% | - |
| HSV(B) | 11.54º | 0.83% | 0.61% | - |
| XYZ | 15.08 | 9.51 | 2.02 | - |
| YUV | 79.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 26 | 0 | 0.67 | 0.83 | 0.39 | 11.54 | 0.71 | 0.36 |
| Hex | 9C | 33 | 1A | 0 | 43 | 53 | 27 | C | 47 | 24 |
| Octal | 234 | 63 | 32 | 0 | 103 | 123 | 47 | 14 | 107 | 44 |
| Binary | 10011100 | 110011 | 11010 | 0 | 1000011 | 1010011 | 100111 | 1100 | 1000111 | 100100 |
Color Harmonies of #9C331A
Complementary color
Monochromatic Colors of #9C331A
Black with #9C331A
Text Example
Text Example
White with #9C331A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C331A; }
p { color: rgb(156,51,26); }
H1.HeaderClassName
{
color: #9C331A;
}
.AnyTagClassName
{
color: #9C331A;
}
</style>
background-color css
<style>
a { background-color: #9C331A; }
a { background-color: rgb(156,51,26); }
div.DivClassName
{
background-color: #9C331A;
}
.BgClassName
{
background-color: #9C331A;
}
</style>
border-color css
<style>
span { border-color: #9C331A; }
span { border-color: rgb(156,51,26); }
td.TdClassName
{
border-color: #9C331A;
}
.TagClassName
{
border-color: #9C331A;
}
</style>