Shades of Golden Brown #9C5712
Tints of Golden Brown #9C5712
RGB
CMYK
RGB Variations
Color information
#9C5712 (or 0x9C5712) is known color: Golden Brown. HEX triplet: 9C, 57 and 12. RGB value is (156,87,18). Sum of RGB (Red+Green+Blue) = 156+87+18=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5712 is #63A8ED. Grayscale: #646464. Windows color (decimal): -6531310 or 1202076. OLE color: 1202076.
HSL color Cylindrical-coordinate representation of color #9C5712: hue angle of 30º 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 #9C5712 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 18 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.39 |
| HSL | 30º | 0.79% | 0.34% | - |
| HSV(B) | 30º | 0.88% | 0.61% | - |
| XYZ | 17.23 | 13.93 | 2.35 | - |
| YUV | 99.77 | 81.86 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 18 | 0 | 0.44 | 0.88 | 0.39 | 30 | 0.79 | 0.34 |
| Hex | 9C | 57 | 12 | 0 | 2C | 58 | 27 | 1E | 4F | 22 |
| Octal | 234 | 127 | 22 | 0 | 54 | 130 | 47 | 36 | 117 | 42 |
| Binary | 10011100 | 1010111 | 10010 | 0 | 101100 | 1011000 | 100111 | 11110 | 1001111 | 100010 |
Color Harmonies of #9C5712
Complementary color
Monochromatic Colors of #9C5712
Black with #9C5712
Text Example
Text Example
White with #9C5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5712; }
p { color: rgb(156,87,18); }
H1.HeaderClassName
{
color: #9C5712;
}
.AnyTagClassName
{
color: #9C5712;
}
</style>
background-color css
<style>
a { background-color: #9C5712; }
a { background-color: rgb(156,87,18); }
div.DivClassName
{
background-color: #9C5712;
}
.BgClassName
{
background-color: #9C5712;
}
</style>
border-color css
<style>
span { border-color: #9C5712; }
span { border-color: rgb(156,87,18); }
td.TdClassName
{
border-color: #9C5712;
}
.TagClassName
{
border-color: #9C5712;
}
</style>