Shades of Golden Brown #9C5209
Tints of Golden Brown #9C5209
RGB
CMYK
RGB Variations
Color information
#9C5209 (or 0x9C5209) is known color: Golden Brown. HEX triplet: 9C, 52 and 09. RGB value is (156,82,9). Sum of RGB (Red+Green+Blue) = 156+82+9=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5209 is #63ADF6. Grayscale: #606060. Windows color (decimal): -6532599 or 610972. OLE color: 610972.
HSL color Cylindrical-coordinate representation of color #9C5209: hue angle of 29.8º 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 #9C5209 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 82 | 9 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.39 |
| HSL | 29.8º | 0.89% | 0.32% | - |
| HSV(B) | 29.8º | 0.94% | 0.61% | - |
| XYZ | 16.78 | 13.12 | 1.91 | - |
| YUV | 95.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 82 | 9 | 0 | 0.47 | 0.94 | 0.39 | 29.8 | 0.89 | 0.32 |
| Hex | 9C | 52 | 9 | 0 | 2F | 5E | 27 | 1E | 59 | 20 |
| Octal | 234 | 122 | 11 | 0 | 57 | 136 | 47 | 36 | 131 | 40 |
| Binary | 10011100 | 1010010 | 1001 | 0 | 101111 | 1011110 | 100111 | 11110 | 1011001 | 100000 |
Color Harmonies of #9C5209
Complementary color
Monochromatic Colors of #9C5209
Black with #9C5209
Text Example
Text Example
White with #9C5209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5209; }
p { color: rgb(156,82,9); }
H1.HeaderClassName
{
color: #9C5209;
}
.AnyTagClassName
{
color: #9C5209;
}
</style>
background-color css
<style>
a { background-color: #9C5209; }
a { background-color: rgb(156,82,9); }
div.DivClassName
{
background-color: #9C5209;
}
.BgClassName
{
background-color: #9C5209;
}
</style>
border-color css
<style>
span { border-color: #9C5209; }
span { border-color: rgb(156,82,9); }
td.TdClassName
{
border-color: #9C5209;
}
.TagClassName
{
border-color: #9C5209;
}
</style>