Shades of Golden Brown #9C7212
Tints of Golden Brown #9C7212
RGB
CMYK
RGB Variations
Color information
#9C7212 (or 0x9C7212) is known color: Golden Brown. HEX triplet: 9C, 72 and 12. RGB value is (156,114,18). Sum of RGB (Red+Green+Blue) = 156+114+18=288 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.17% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7212 is #638DED. Grayscale: #747474. Windows color (decimal): -6524398 or 1208988. OLE color: 1208988.
HSL color Cylindrical-coordinate representation of color #9C7212: hue angle of 41.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C7212 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 114 | 18 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.39 |
| HSL | 41.74º | 0.79% | 0.34% | - |
| HSV(B) | 41.74º | 0.88% | 0.61% | - |
| XYZ | 19.84 | 19.15 | 3.22 | - |
| YUV | 115.61 | 72.91 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 114 | 18 | 0 | 0.27 | 0.88 | 0.39 | 41.74 | 0.79 | 0.34 |
| Hex | 9C | 72 | 12 | 0 | 1B | 58 | 27 | 2A | 4F | 22 |
| Octal | 234 | 162 | 22 | 0 | 33 | 130 | 47 | 52 | 117 | 42 |
| Binary | 10011100 | 1110010 | 10010 | 0 | 11011 | 1011000 | 100111 | 101010 | 1001111 | 100010 |
Color Harmonies of #9C7212
Complementary color
Monochromatic Colors of #9C7212
Black with #9C7212
Text Example
Text Example
White with #9C7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7212; }
p { color: rgb(156,114,18); }
H1.HeaderClassName
{
color: #9C7212;
}
.AnyTagClassName
{
color: #9C7212;
}
</style>
background-color css
<style>
a { background-color: #9C7212; }
a { background-color: rgb(156,114,18); }
div.DivClassName
{
background-color: #9C7212;
}
.BgClassName
{
background-color: #9C7212;
}
</style>
border-color css
<style>
span { border-color: #9C7212; }
span { border-color: rgb(156,114,18); }
td.TdClassName
{
border-color: #9C7212;
}
.TagClassName
{
border-color: #9C7212;
}
</style>