Shades of Golden Brown #9D710B
Tints of Golden Brown #9D710B
RGB
CMYK
RGB Variations
Color information
#9D710B (or 0x9D710B) is known color: Golden Brown. HEX triplet: 9D, 71 and 0B. RGB value is (157,113,11). Sum of RGB (Red+Green+Blue) = 157+113+11=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D710B is #628EF4. Grayscale: #727272. Windows color (decimal): -6459125 or 749981. OLE color: 749981.
HSL color Cylindrical-coordinate representation of color #9D710B: hue angle of 41.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D710B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 11 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.38 |
| HSL | 41.92º | 0.87% | 0.33% | - |
| HSV(B) | 41.92º | 0.93% | 0.62% | - |
| XYZ | 19.87 | 19 | 2.94 | - |
| YUV | 114.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 11 | 0 | 0.28 | 0.93 | 0.38 | 41.92 | 0.87 | 0.33 |
| Hex | 9D | 71 | B | 0 | 1C | 5D | 26 | 2A | 57 | 21 |
| Octal | 235 | 161 | 13 | 0 | 34 | 135 | 46 | 52 | 127 | 41 |
| Binary | 10011101 | 1110001 | 1011 | 0 | 11100 | 1011101 | 100110 | 101010 | 1010111 | 100001 |
Color Harmonies of #9D710B
Complementary color
Monochromatic Colors of #9D710B
Black with #9D710B
Text Example
Text Example
White with #9D710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D710B; }
p { color: rgb(157,113,11); }
H1.HeaderClassName
{
color: #9D710B;
}
.AnyTagClassName
{
color: #9D710B;
}
</style>
background-color css
<style>
a { background-color: #9D710B; }
a { background-color: rgb(157,113,11); }
div.DivClassName
{
background-color: #9D710B;
}
.BgClassName
{
background-color: #9D710B;
}
</style>
border-color css
<style>
span { border-color: #9D710B; }
span { border-color: rgb(157,113,11); }
td.TdClassName
{
border-color: #9D710B;
}
.TagClassName
{
border-color: #9D710B;
}
</style>