Shades of Golden Brown #9D710D
Tints of Golden Brown #9D710D
RGB
CMYK
RGB Variations
Color information
#9D710D (or 0x9D710D) is known color: Golden Brown. HEX triplet: 9D, 71 and 0D. RGB value is (157,113,13). Sum of RGB (Red+Green+Blue) = 157+113+13=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D710D is #628EF2. Grayscale: #737373. Windows color (decimal): -6459123 or 881053. OLE color: 881053.
HSL color Cylindrical-coordinate representation of color #9D710D: hue angle of 41.67º degrees, saturation: 0.85, 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 #9D710D is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 13 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.38 |
| HSL | 41.67º | 0.85% | 0.33% | - |
| HSV(B) | 41.67º | 0.92% | 0.62% | - |
| XYZ | 19.88 | 19.01 | 3 | - |
| YUV | 114.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 13 | 0 | 0.28 | 0.92 | 0.38 | 41.67 | 0.85 | 0.33 |
| Hex | 9D | 71 | D | 0 | 1C | 5C | 26 | 2A | 55 | 21 |
| Octal | 235 | 161 | 15 | 0 | 34 | 134 | 46 | 52 | 125 | 41 |
| Binary | 10011101 | 1110001 | 1101 | 0 | 11100 | 1011100 | 100110 | 101010 | 1010101 | 100001 |
Color Harmonies of #9D710D
Complementary color
Monochromatic Colors of #9D710D
Black with #9D710D
Text Example
Text Example
White with #9D710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D710D; }
p { color: rgb(157,113,13); }
H1.HeaderClassName
{
color: #9D710D;
}
.AnyTagClassName
{
color: #9D710D;
}
</style>
background-color css
<style>
a { background-color: #9D710D; }
a { background-color: rgb(157,113,13); }
div.DivClassName
{
background-color: #9D710D;
}
.BgClassName
{
background-color: #9D710D;
}
</style>
border-color css
<style>
span { border-color: #9D710D; }
span { border-color: rgb(157,113,13); }
td.TdClassName
{
border-color: #9D710D;
}
.TagClassName
{
border-color: #9D710D;
}
</style>