Shades of Golden Brown #9D5514
Tints of Golden Brown #9D5514
RGB
CMYK
RGB Variations
Color information
#9D5514 (or 0x9D5514) is known color: Golden Brown. HEX triplet: 9D, 55 and 14. RGB value is (157,85,20). Sum of RGB (Red+Green+Blue) = 157+85+20=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5514 is #62AAEB. Grayscale: #636363. Windows color (decimal): -6466284 or 1332637. OLE color: 1332637.
HSL color Cylindrical-coordinate representation of color #9D5514: hue angle of 28.47º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D5514 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 20 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.38 |
| HSL | 28.47º | 0.77% | 0.35% | - |
| HSV(B) | 28.47º | 0.87% | 0.62% | - |
| XYZ | 17.28 | 13.72 | 2.4 | - |
| YUV | 99.12 | 83.35 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 20 | 0 | 0.46 | 0.87 | 0.38 | 28.47 | 0.77 | 0.35 |
| Hex | 9D | 55 | 14 | 0 | 2E | 57 | 26 | 1C | 4D | 23 |
| Octal | 235 | 125 | 24 | 0 | 56 | 127 | 46 | 34 | 115 | 43 |
| Binary | 10011101 | 1010101 | 10100 | 0 | 101110 | 1010111 | 100110 | 11100 | 1001101 | 100011 |
Color Harmonies of #9D5514
Complementary color
Monochromatic Colors of #9D5514
Black with #9D5514
Text Example
Text Example
White with #9D5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5514; }
p { color: rgb(157,85,20); }
H1.HeaderClassName
{
color: #9D5514;
}
.AnyTagClassName
{
color: #9D5514;
}
</style>
background-color css
<style>
a { background-color: #9D5514; }
a { background-color: rgb(157,85,20); }
div.DivClassName
{
background-color: #9D5514;
}
.BgClassName
{
background-color: #9D5514;
}
</style>
border-color css
<style>
span { border-color: #9D5514; }
span { border-color: rgb(157,85,20); }
td.TdClassName
{
border-color: #9D5514;
}
.TagClassName
{
border-color: #9D5514;
}
</style>