Shades of Burnt Umber #9C3618
Tints of Burnt Umber #9C3618
RGB
CMYK
RGB Variations
Color information
#9C3618 (or 0x9C3618) is known color: Burnt Umber. HEX triplet: 9C, 36 and 18. RGB value is (156,54,24). Sum of RGB (Red+Green+Blue) = 156+54+24=234 (30% of max value = 765). Red value is 156 (61.33% from 255 or 66.67% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3618 is #63C9E7. Grayscale: #515151. Windows color (decimal): -6539752 or 1586844. OLE color: 1586844.
HSL color Cylindrical-coordinate representation of color #9C3618: hue angle of 13.64º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C3618 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 24 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.39 |
| HSL | 13.64º | 0.73% | 0.35% | - |
| HSV(B) | 13.64º | 0.85% | 0.61% | - |
| XYZ | 15.19 | 9.77 | 1.95 | - |
| YUV | 81.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 24 | 0 | 0.65 | 0.85 | 0.39 | 13.64 | 0.73 | 0.35 |
| Hex | 9C | 36 | 18 | 0 | 41 | 55 | 27 | E | 49 | 23 |
| Octal | 234 | 66 | 30 | 0 | 101 | 125 | 47 | 16 | 111 | 43 |
| Binary | 10011100 | 110110 | 11000 | 0 | 1000001 | 1010101 | 100111 | 1110 | 1001001 | 100011 |
Color Harmonies of #9C3618
Complementary color
Monochromatic Colors of #9C3618
Black with #9C3618
Text Example
Text Example
White with #9C3618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3618; }
p { color: rgb(156,54,24); }
H1.HeaderClassName
{
color: #9C3618;
}
.AnyTagClassName
{
color: #9C3618;
}
</style>
background-color css
<style>
a { background-color: #9C3618; }
a { background-color: rgb(156,54,24); }
div.DivClassName
{
background-color: #9C3618;
}
.BgClassName
{
background-color: #9C3618;
}
</style>
border-color css
<style>
span { border-color: #9C3618; }
span { border-color: rgb(156,54,24); }
td.TdClassName
{
border-color: #9C3618;
}
.TagClassName
{
border-color: #9C3618;
}
</style>