Shades of Golden Brown #9F5913
Tints of Golden Brown #9F5913
RGB
CMYK
RGB Variations
Color information
#9F5913 (or 0x9F5913) is known color: Golden Brown. HEX triplet: 9F, 59 and 13. RGB value is (159,89,19). Sum of RGB (Red+Green+Blue) = 159+89+19=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5913 is #60A6EC. Grayscale: #666666. Windows color (decimal): -6334189 or 1268127. OLE color: 1268127.
HSL color Cylindrical-coordinate representation of color #9F5913: hue angle of 30º 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 #9F5913 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 19 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.38 |
| HSL | 30º | 0.79% | 0.35% | - |
| HSV(B) | 30º | 0.88% | 0.62% | - |
| XYZ | 17.99 | 14.56 | 2.48 | - |
| YUV | 101.95 | 81.19 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 19 | 0 | 0.44 | 0.88 | 0.38 | 30 | 0.79 | 0.35 |
| Hex | 9F | 59 | 13 | 0 | 2C | 58 | 26 | 1E | 4F | 23 |
| Octal | 237 | 131 | 23 | 0 | 54 | 130 | 46 | 36 | 117 | 43 |
| Binary | 10011111 | 1011001 | 10011 | 0 | 101100 | 1011000 | 100110 | 11110 | 1001111 | 100011 |
Color Harmonies of #9F5913
Complementary color
Monochromatic Colors of #9F5913
Black with #9F5913
Text Example
Text Example
White with #9F5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5913; }
p { color: rgb(159,89,19); }
H1.HeaderClassName
{
color: #9F5913;
}
.AnyTagClassName
{
color: #9F5913;
}
</style>
background-color css
<style>
a { background-color: #9F5913; }
a { background-color: rgb(159,89,19); }
div.DivClassName
{
background-color: #9F5913;
}
.BgClassName
{
background-color: #9F5913;
}
</style>
border-color css
<style>
span { border-color: #9F5913; }
span { border-color: rgb(159,89,19); }
td.TdClassName
{
border-color: #9F5913;
}
.TagClassName
{
border-color: #9F5913;
}
</style>