Shades of Golden Brown #9F5D13
Tints of Golden Brown #9F5D13
RGB
CMYK
RGB Variations
Color information
#9F5D13 (or 0x9F5D13) is known color: Golden Brown. HEX triplet: 9F, 5D and 13. RGB value is (159,93,19). Sum of RGB (Red+Green+Blue) = 159+93+19=271 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.67% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5D13 is #60A2EC. Grayscale: #686868. Windows color (decimal): -6333165 or 1269151. OLE color: 1269151.
HSL color Cylindrical-coordinate representation of color #9F5D13: hue angle of 31.71º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F5D13 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 19 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.38 |
| HSL | 31.71º | 0.79% | 0.35% | - |
| HSV(B) | 31.71º | 0.88% | 0.62% | - |
| XYZ | 18.33 | 15.25 | 2.59 | - |
| YUV | 104.3 | 79.87 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 19 | 0 | 0.42 | 0.88 | 0.38 | 31.71 | 0.79 | 0.35 |
| Hex | 9F | 5D | 13 | 0 | 2A | 58 | 26 | 20 | 4F | 23 |
| Octal | 237 | 135 | 23 | 0 | 52 | 130 | 46 | 40 | 117 | 43 |
| Binary | 10011111 | 1011101 | 10011 | 0 | 101010 | 1011000 | 100110 | 100000 | 1001111 | 100011 |
Color Harmonies of #9F5D13
Complementary color
Monochromatic Colors of #9F5D13
Black with #9F5D13
Text Example
Text Example
White with #9F5D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D13; }
p { color: rgb(159,93,19); }
H1.HeaderClassName
{
color: #9F5D13;
}
.AnyTagClassName
{
color: #9F5D13;
}
</style>
background-color css
<style>
a { background-color: #9F5D13; }
a { background-color: rgb(159,93,19); }
div.DivClassName
{
background-color: #9F5D13;
}
.BgClassName
{
background-color: #9F5D13;
}
</style>
border-color css
<style>
span { border-color: #9F5D13; }
span { border-color: rgb(159,93,19); }
td.TdClassName
{
border-color: #9F5D13;
}
.TagClassName
{
border-color: #9F5D13;
}
</style>