Shades of Golden Brown #9D5D16
Tints of Golden Brown #9D5D16
RGB
CMYK
RGB Variations
Color information
#9D5D16 (or 0x9D5D16) is known color: Golden Brown. HEX triplet: 9D, 5D and 16. RGB value is (157,93,22). Sum of RGB (Red+Green+Blue) = 157+93+22=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5D16 is #62A2E9. Grayscale: #686868. Windows color (decimal): -6464234 or 1465757. OLE color: 1465757.
HSL color Cylindrical-coordinate representation of color #9D5D16: hue angle of 31.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D5D16 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 22 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.38 |
| HSL | 31.56º | 0.75% | 0.35% | - |
| HSV(B) | 31.56º | 0.86% | 0.62% | - |
| XYZ | 17.96 | 15.05 | 2.72 | - |
| YUV | 104.04 | 81.7 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 22 | 0 | 0.41 | 0.86 | 0.38 | 31.56 | 0.75 | 0.35 |
| Hex | 9D | 5D | 16 | 0 | 29 | 56 | 26 | 20 | 4B | 23 |
| Octal | 235 | 135 | 26 | 0 | 51 | 126 | 46 | 40 | 113 | 43 |
| Binary | 10011101 | 1011101 | 10110 | 0 | 101001 | 1010110 | 100110 | 100000 | 1001011 | 100011 |
Color Harmonies of #9D5D16
Complementary color
Monochromatic Colors of #9D5D16
Black with #9D5D16
Text Example
Text Example
White with #9D5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D16; }
p { color: rgb(157,93,22); }
H1.HeaderClassName
{
color: #9D5D16;
}
.AnyTagClassName
{
color: #9D5D16;
}
</style>
background-color css
<style>
a { background-color: #9D5D16; }
a { background-color: rgb(157,93,22); }
div.DivClassName
{
background-color: #9D5D16;
}
.BgClassName
{
background-color: #9D5D16;
}
</style>
border-color css
<style>
span { border-color: #9D5D16; }
span { border-color: rgb(157,93,22); }
td.TdClassName
{
border-color: #9D5D16;
}
.TagClassName
{
border-color: #9D5D16;
}
</style>