Shades of Golden Brown #9C5A09
Tints of Golden Brown #9C5A09
RGB
CMYK
RGB Variations
Color information
#9C5A09 (or 0x9C5A09) is known color: Golden Brown. HEX triplet: 9C, 5A and 09. RGB value is (156,90,9). Sum of RGB (Red+Green+Blue) = 156+90+9=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5A09 is #63A5F6. Grayscale: #646464. Windows color (decimal): -6530551 or 613020. OLE color: 613020.
HSL color Cylindrical-coordinate representation of color #9C5A09: hue angle of 33.06º 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 #9C5A09 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 9 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.39 |
| HSL | 33.06º | 0.89% | 0.32% | - |
| HSV(B) | 33.06º | 0.94% | 0.61% | - |
| XYZ | 17.42 | 14.4 | 2.12 | - |
| YUV | 100.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 9 | 0 | 0.42 | 0.94 | 0.39 | 33.06 | 0.89 | 0.32 |
| Hex | 9C | 5A | 9 | 0 | 2A | 5E | 27 | 21 | 59 | 20 |
| Octal | 234 | 132 | 11 | 0 | 52 | 136 | 47 | 41 | 131 | 40 |
| Binary | 10011100 | 1011010 | 1001 | 0 | 101010 | 1011110 | 100111 | 100001 | 1011001 | 100000 |
Color Harmonies of #9C5A09
Complementary color
Monochromatic Colors of #9C5A09
Black with #9C5A09
Text Example
Text Example
White with #9C5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A09; }
p { color: rgb(156,90,9); }
H1.HeaderClassName
{
color: #9C5A09;
}
.AnyTagClassName
{
color: #9C5A09;
}
</style>
background-color css
<style>
a { background-color: #9C5A09; }
a { background-color: rgb(156,90,9); }
div.DivClassName
{
background-color: #9C5A09;
}
.BgClassName
{
background-color: #9C5A09;
}
</style>
border-color css
<style>
span { border-color: #9C5A09; }
span { border-color: rgb(156,90,9); }
td.TdClassName
{
border-color: #9C5A09;
}
.TagClassName
{
border-color: #9C5A09;
}
</style>