Shades of Golden Brown #9D5909
Tints of Golden Brown #9D5909
RGB
CMYK
RGB Variations
Color information
#9D5909 (or 0x9D5909) is known color: Golden Brown. HEX triplet: 9D, 59 and 09. RGB value is (157,89,9). Sum of RGB (Red+Green+Blue) = 157+89+9=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5909 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5909 is #62A6F6. Grayscale: #646464. Windows color (decimal): -6465271 or 612765. OLE color: 612765.
HSL color Cylindrical-coordinate representation of color #9D5909: hue angle of 32.43º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D5909 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 89 | 9 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.38 |
| HSL | 32.43º | 0.89% | 0.33% | - |
| HSV(B) | 32.43º | 0.94% | 0.62% | - |
| XYZ | 17.53 | 14.33 | 2.1 | - |
| YUV | 100.21 | 76.53 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 89 | 9 | 0 | 0.43 | 0.94 | 0.38 | 32.43 | 0.89 | 0.33 |
| Hex | 9D | 59 | 9 | 0 | 2B | 5E | 26 | 20 | 59 | 21 |
| Octal | 235 | 131 | 11 | 0 | 53 | 136 | 46 | 40 | 131 | 41 |
| Binary | 10011101 | 1011001 | 1001 | 0 | 101011 | 1011110 | 100110 | 100000 | 1011001 | 100001 |
Color Harmonies of #9D5909
Complementary color
Monochromatic Colors of #9D5909
Black with #9D5909
Text Example
Text Example
White with #9D5909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5909; }
p { color: rgb(157,89,9); }
H1.HeaderClassName
{
color: #9D5909;
}
.AnyTagClassName
{
color: #9D5909;
}
</style>
background-color css
<style>
a { background-color: #9D5909; }
a { background-color: rgb(157,89,9); }
div.DivClassName
{
background-color: #9D5909;
}
.BgClassName
{
background-color: #9D5909;
}
</style>
border-color css
<style>
span { border-color: #9D5909; }
span { border-color: rgb(157,89,9); }
td.TdClassName
{
border-color: #9D5909;
}
.TagClassName
{
border-color: #9D5909;
}
</style>