Shades of Golden Brown #9D5712
Tints of Golden Brown #9D5712
RGB
CMYK
RGB Variations
Color information
#9D5712 (or 0x9D5712) is known color: Golden Brown. HEX triplet: 9D, 57 and 12. RGB value is (157,87,18). Sum of RGB (Red+Green+Blue) = 157+87+18=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5712 is #62A8ED. Grayscale: #646464. Windows color (decimal): -6465774 or 1202077. OLE color: 1202077.
HSL color Cylindrical-coordinate representation of color #9D5712: hue angle of 29.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D5712 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 87 | 18 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.38 |
| HSL | 29.78º | 0.79% | 0.34% | - |
| HSV(B) | 29.78º | 0.89% | 0.62% | - |
| XYZ | 17.42 | 14.03 | 2.36 | - |
| YUV | 100.06 | 81.69 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 87 | 18 | 0 | 0.45 | 0.89 | 0.38 | 29.78 | 0.79 | 0.34 |
| Hex | 9D | 57 | 12 | 0 | 2D | 59 | 26 | 1E | 4F | 22 |
| Octal | 235 | 127 | 22 | 0 | 55 | 131 | 46 | 36 | 117 | 42 |
| Binary | 10011101 | 1010111 | 10010 | 0 | 101101 | 1011001 | 100110 | 11110 | 1001111 | 100010 |
Color Harmonies of #9D5712
Complementary color
Monochromatic Colors of #9D5712
Black with #9D5712
Text Example
Text Example
White with #9D5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5712; }
p { color: rgb(157,87,18); }
H1.HeaderClassName
{
color: #9D5712;
}
.AnyTagClassName
{
color: #9D5712;
}
</style>
background-color css
<style>
a { background-color: #9D5712; }
a { background-color: rgb(157,87,18); }
div.DivClassName
{
background-color: #9D5712;
}
.BgClassName
{
background-color: #9D5712;
}
</style>
border-color css
<style>
span { border-color: #9D5712; }
span { border-color: rgb(157,87,18); }
td.TdClassName
{
border-color: #9D5712;
}
.TagClassName
{
border-color: #9D5712;
}
</style>