Shades of Golden Brown #9D7209
Tints of Golden Brown #9D7209
RGB
CMYK
RGB Variations
Color information
#9D7209 (or 0x9D7209) is known color: Golden Brown. HEX triplet: 9D, 72 and 09. RGB value is (157,114,9). Sum of RGB (Red+Green+Blue) = 157+114+9=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7209 is #628DF6. Grayscale: #737373. Windows color (decimal): -6458871 or 619165. OLE color: 619165.
HSL color Cylindrical-coordinate representation of color #9D7209: hue angle of 42.57º 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 #9D7209 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 114 | 9 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.38 |
| HSL | 42.57º | 0.89% | 0.33% | - |
| HSV(B) | 42.57º | 0.94% | 0.62% | - |
| XYZ | 19.97 | 19.22 | 2.92 | - |
| YUV | 114.89 | 68.25 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 114 | 9 | 0 | 0.27 | 0.94 | 0.38 | 42.57 | 0.89 | 0.33 |
| Hex | 9D | 72 | 9 | 0 | 1B | 5E | 26 | 2B | 59 | 21 |
| Octal | 235 | 162 | 11 | 0 | 33 | 136 | 46 | 53 | 131 | 41 |
| Binary | 10011101 | 1110010 | 1001 | 0 | 11011 | 1011110 | 100110 | 101011 | 1011001 | 100001 |
Color Harmonies of #9D7209
Complementary color
Monochromatic Colors of #9D7209
Black with #9D7209
Text Example
Text Example
White with #9D7209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7209; }
p { color: rgb(157,114,9); }
H1.HeaderClassName
{
color: #9D7209;
}
.AnyTagClassName
{
color: #9D7209;
}
</style>
background-color css
<style>
a { background-color: #9D7209; }
a { background-color: rgb(157,114,9); }
div.DivClassName
{
background-color: #9D7209;
}
.BgClassName
{
background-color: #9D7209;
}
</style>
border-color css
<style>
span { border-color: #9D7209; }
span { border-color: rgb(157,114,9); }
td.TdClassName
{
border-color: #9D7209;
}
.TagClassName
{
border-color: #9D7209;
}
</style>