Shades of Golden Brown #9F5917
Tints of Golden Brown #9F5917
RGB
CMYK
RGB Variations
Color information
#9F5917 (or 0x9F5917) is known color: Golden Brown. HEX triplet: 9F, 59 and 17. RGB value is (159,89,23). Sum of RGB (Red+Green+Blue) = 159+89+23=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5917 is #60A6E8. Grayscale: #666666. Windows color (decimal): -6334185 or 1530271. OLE color: 1530271.
HSL color Cylindrical-coordinate representation of color #9F5917: hue angle of 29.12º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F5917 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 23 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.38 |
| HSL | 29.12º | 0.75% | 0.36% | - |
| HSV(B) | 29.12º | 0.86% | 0.62% | - |
| XYZ | 18.03 | 14.58 | 2.67 | - |
| YUV | 102.41 | 83.19 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 23 | 0 | 0.44 | 0.86 | 0.38 | 29.12 | 0.75 | 0.36 |
| Hex | 9F | 59 | 17 | 0 | 2C | 56 | 26 | 1D | 4B | 24 |
| Octal | 237 | 131 | 27 | 0 | 54 | 126 | 46 | 35 | 113 | 44 |
| Binary | 10011111 | 1011001 | 10111 | 0 | 101100 | 1010110 | 100110 | 11101 | 1001011 | 100100 |
Color Harmonies of #9F5917
Complementary color
Monochromatic Colors of #9F5917
Black with #9F5917
Text Example
Text Example
White with #9F5917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5917; }
p { color: rgb(159,89,23); }
H1.HeaderClassName
{
color: #9F5917;
}
.AnyTagClassName
{
color: #9F5917;
}
</style>
background-color css
<style>
a { background-color: #9F5917; }
a { background-color: rgb(159,89,23); }
div.DivClassName
{
background-color: #9F5917;
}
.BgClassName
{
background-color: #9F5917;
}
</style>
border-color css
<style>
span { border-color: #9F5917; }
span { border-color: rgb(159,89,23); }
td.TdClassName
{
border-color: #9F5917;
}
.TagClassName
{
border-color: #9F5917;
}
</style>