Shades of Golden Brown #9C5705
Tints of Golden Brown #9C5705
RGB
CMYK
RGB Variations
Color information
#9C5705 (or 0x9C5705) is known color: Golden Brown. HEX triplet: 9C, 57 and 05. RGB value is (156,87,5). Sum of RGB (Red+Green+Blue) = 156+87+5=248 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.90% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5705 is #63A8FA. Grayscale: #626262. Windows color (decimal): -6531323 or 350108. OLE color: 350108.
HSL color Cylindrical-coordinate representation of color #9C5705: hue angle of 32.58º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C5705 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 5 | - |
| CMYK | 0 | 0.44 | 0.97 | 0.39 |
| HSL | 32.58º | 0.94% | 0.32% | - |
| HSV(B) | 32.58º | 0.97% | 0.61% | - |
| XYZ | 17.15 | 13.9 | 1.92 | - |
| YUV | 98.28 | 75.36 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 5 | 0 | 0.44 | 0.97 | 0.39 | 32.58 | 0.94 | 0.32 |
| Hex | 9C | 57 | 5 | 0 | 2C | 61 | 27 | 21 | 5E | 20 |
| Octal | 234 | 127 | 5 | 0 | 54 | 141 | 47 | 41 | 136 | 40 |
| Binary | 10011100 | 1010111 | 101 | 0 | 101100 | 1100001 | 100111 | 100001 | 1011110 | 100000 |
Color Harmonies of #9C5705
Complementary color
Monochromatic Colors of #9C5705
Black with #9C5705
Text Example
Text Example
White with #9C5705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5705; }
p { color: rgb(156,87,5); }
H1.HeaderClassName
{
color: #9C5705;
}
.AnyTagClassName
{
color: #9C5705;
}
</style>
background-color css
<style>
a { background-color: #9C5705; }
a { background-color: rgb(156,87,5); }
div.DivClassName
{
background-color: #9C5705;
}
.BgClassName
{
background-color: #9C5705;
}
</style>
border-color css
<style>
span { border-color: #9C5705; }
span { border-color: rgb(156,87,5); }
td.TdClassName
{
border-color: #9C5705;
}
.TagClassName
{
border-color: #9C5705;
}
</style>