Shades of Golden Brown #9C5509
Tints of Golden Brown #9C5509
RGB
CMYK
RGB Variations
Color information
#9C5509 (or 0x9C5509) is known color: Golden Brown. HEX triplet: 9C, 55 and 09. RGB value is (156,85,9). Sum of RGB (Red+Green+Blue) = 156+85+9=250 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5509 is #63AAF6. Grayscale: #616161. Windows color (decimal): -6531831 or 611740. OLE color: 611740.
HSL color Cylindrical-coordinate representation of color #9C5509: hue angle of 31.02º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C5509 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 9 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.39 |
| HSL | 31.02º | 0.89% | 0.32% | - |
| HSV(B) | 31.02º | 0.94% | 0.61% | - |
| XYZ | 17.01 | 13.58 | 1.98 | - |
| YUV | 97.57 | 78.02 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 9 | 0 | 0.46 | 0.94 | 0.39 | 31.02 | 0.89 | 0.32 |
| Hex | 9C | 55 | 9 | 0 | 2E | 5E | 27 | 1F | 59 | 20 |
| Octal | 234 | 125 | 11 | 0 | 56 | 136 | 47 | 37 | 131 | 40 |
| Binary | 10011100 | 1010101 | 1001 | 0 | 101110 | 1011110 | 100111 | 11111 | 1011001 | 100000 |
Color Harmonies of #9C5509
Complementary color
Monochromatic Colors of #9C5509
Black with #9C5509
Text Example
Text Example
White with #9C5509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5509; }
p { color: rgb(156,85,9); }
H1.HeaderClassName
{
color: #9C5509;
}
.AnyTagClassName
{
color: #9C5509;
}
</style>
background-color css
<style>
a { background-color: #9C5509; }
a { background-color: rgb(156,85,9); }
div.DivClassName
{
background-color: #9C5509;
}
.BgClassName
{
background-color: #9C5509;
}
</style>
border-color css
<style>
span { border-color: #9C5509; }
span { border-color: rgb(156,85,9); }
td.TdClassName
{
border-color: #9C5509;
}
.TagClassName
{
border-color: #9C5509;
}
</style>