Shades of Golden Brown #9D7117
Tints of Golden Brown #9D7117
RGB
CMYK
RGB Variations
Color information
#9D7117 (or 0x9D7117) is known color: Golden Brown. HEX triplet: 9D, 71 and 17. RGB value is (157,113,23). Sum of RGB (Red+Green+Blue) = 157+113+23=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 23 (9.38% from 255 or 7.85% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7117 is #628EE8. Grayscale: #747474. Windows color (decimal): -6459113 or 1536413. OLE color: 1536413.
HSL color Cylindrical-coordinate representation of color #9D7117: hue angle of 40.3º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D7117 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 23 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.38 |
| HSL | 40.3º | 0.74% | 0.35% | - |
| HSV(B) | 40.3º | 0.85% | 0.62% | - |
| XYZ | 19.96 | 19.04 | 3.43 | - |
| YUV | 115.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 23 | 0 | 0.28 | 0.85 | 0.38 | 40.3 | 0.74 | 0.35 |
| Hex | 9D | 71 | 17 | 0 | 1C | 55 | 26 | 28 | 4A | 23 |
| Octal | 235 | 161 | 27 | 0 | 34 | 125 | 46 | 50 | 112 | 43 |
| Binary | 10011101 | 1110001 | 10111 | 0 | 11100 | 1010101 | 100110 | 101000 | 1001010 | 100011 |
Color Harmonies of #9D7117
Complementary color
Monochromatic Colors of #9D7117
Black with #9D7117
Text Example
Text Example
White with #9D7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7117; }
p { color: rgb(157,113,23); }
H1.HeaderClassName
{
color: #9D7117;
}
.AnyTagClassName
{
color: #9D7117;
}
</style>
background-color css
<style>
a { background-color: #9D7117; }
a { background-color: rgb(157,113,23); }
div.DivClassName
{
background-color: #9D7117;
}
.BgClassName
{
background-color: #9D7117;
}
</style>
border-color css
<style>
span { border-color: #9D7117; }
span { border-color: rgb(157,113,23); }
td.TdClassName
{
border-color: #9D7117;
}
.TagClassName
{
border-color: #9D7117;
}
</style>