Shades of Golden Brown #9D590C
Tints of Golden Brown #9D590C
RGB
CMYK
RGB Variations
Color information
#9D590C (or 0x9D590C) is known color: Golden Brown. HEX triplet: 9D, 59 and 0C. RGB value is (157,89,12). Sum of RGB (Red+Green+Blue) = 157+89+12=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D590C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D590C is #62A6F3. Grayscale: #646464. Windows color (decimal): -6465268 or 809373. OLE color: 809373.
HSL color Cylindrical-coordinate representation of color #9D590C: hue angle of 31.86º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D590C is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 12 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.38 |
| HSL | 31.86º | 0.86% | 0.33% | - |
| HSV(B) | 31.86º | 0.92% | 0.62% | - |
| XYZ | 17.54 | 14.34 | 2.19 | - |
| YUV | 100.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 12 | 0 | 0.43 | 0.92 | 0.38 | 31.86 | 0.86 | 0.33 |
| Hex | 9D | 59 | C | 0 | 2B | 5C | 26 | 20 | 56 | 21 |
| Octal | 235 | 131 | 14 | 0 | 53 | 134 | 46 | 40 | 126 | 41 |
| Binary | 10011101 | 1011001 | 1100 | 0 | 101011 | 1011100 | 100110 | 100000 | 1010110 | 100001 |
Color Harmonies of #9D590C
Complementary color
Monochromatic Colors of #9D590C
Black with #9D590C
Text Example
Text Example
White with #9D590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D590C; }
p { color: rgb(157,89,12); }
H1.HeaderClassName
{
color: #9D590C;
}
.AnyTagClassName
{
color: #9D590C;
}
</style>
background-color css
<style>
a { background-color: #9D590C; }
a { background-color: rgb(157,89,12); }
div.DivClassName
{
background-color: #9D590C;
}
.BgClassName
{
background-color: #9D590C;
}
</style>
border-color css
<style>
span { border-color: #9D590C; }
span { border-color: rgb(157,89,12); }
td.TdClassName
{
border-color: #9D590C;
}
.TagClassName
{
border-color: #9D590C;
}
</style>