Shades of Golden Brown #9F5412
Tints of Golden Brown #9F5412
RGB
CMYK
RGB Variations
Color information
#9F5412 (or 0x9F5412) is known color: Golden Brown. HEX triplet: 9F, 54 and 12. RGB value is (159,84,18). Sum of RGB (Red+Green+Blue) = 159+84+18=261 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.92% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5412 is #60ABED. Grayscale: #636363. Windows color (decimal): -6335470 or 1201311. OLE color: 1201311.
HSL color Cylindrical-coordinate representation of color #9F5412: hue angle of 28.09º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F5412 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 84 | 18 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.38 |
| HSL | 28.09º | 0.8% | 0.35% | - |
| HSV(B) | 28.09º | 0.89% | 0.62% | - |
| XYZ | 17.58 | 13.76 | 2.3 | - |
| YUV | 98.9 | 82.35 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 18 | 0 | 0.47 | 0.89 | 0.38 | 28.09 | 0.8 | 0.35 |
| Hex | 9F | 54 | 12 | 0 | 2F | 59 | 26 | 1C | 50 | 23 |
| Octal | 237 | 124 | 22 | 0 | 57 | 131 | 46 | 34 | 120 | 43 |
| Binary | 10011111 | 1010100 | 10010 | 0 | 101111 | 1011001 | 100110 | 11100 | 1010000 | 100011 |
Color Harmonies of #9F5412
Complementary color
Monochromatic Colors of #9F5412
Black with #9F5412
Text Example
Text Example
White with #9F5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5412; }
p { color: rgb(159,84,18); }
H1.HeaderClassName
{
color: #9F5412;
}
.AnyTagClassName
{
color: #9F5412;
}
</style>
background-color css
<style>
a { background-color: #9F5412; }
a { background-color: rgb(159,84,18); }
div.DivClassName
{
background-color: #9F5412;
}
.BgClassName
{
background-color: #9F5412;
}
</style>
border-color css
<style>
span { border-color: #9F5412; }
span { border-color: rgb(159,84,18); }
td.TdClassName
{
border-color: #9F5412;
}
.TagClassName
{
border-color: #9F5412;
}
</style>