Shades of Golden Brown #9F5C12
Tints of Golden Brown #9F5C12
RGB
CMYK
RGB Variations
Color information
#9F5C12 (or 0x9F5C12) is known color: Golden Brown. HEX triplet: 9F, 5C and 12. RGB value is (159,92,18). Sum of RGB (Red+Green+Blue) = 159+92+18=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5C12 is #60A3ED. Grayscale: #676767. Windows color (decimal): -6333422 or 1203359. OLE color: 1203359.
HSL color Cylindrical-coordinate representation of color #9F5C12: hue angle of 31.49º 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 #9F5C12 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 92 | 18 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.38 |
| HSL | 31.49º | 0.8% | 0.35% | - |
| HSV(B) | 31.49º | 0.89% | 0.62% | - |
| XYZ | 18.23 | 15.07 | 2.52 | - |
| YUV | 103.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 18 | 0 | 0.42 | 0.89 | 0.38 | 31.49 | 0.8 | 0.35 |
| Hex | 9F | 5C | 12 | 0 | 2A | 59 | 26 | 1F | 50 | 23 |
| Octal | 237 | 134 | 22 | 0 | 52 | 131 | 46 | 37 | 120 | 43 |
| Binary | 10011111 | 1011100 | 10010 | 0 | 101010 | 1011001 | 100110 | 11111 | 1010000 | 100011 |
Color Harmonies of #9F5C12
Complementary color
Monochromatic Colors of #9F5C12
Black with #9F5C12
Text Example
Text Example
White with #9F5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5C12; }
p { color: rgb(159,92,18); }
H1.HeaderClassName
{
color: #9F5C12;
}
.AnyTagClassName
{
color: #9F5C12;
}
</style>
background-color css
<style>
a { background-color: #9F5C12; }
a { background-color: rgb(159,92,18); }
div.DivClassName
{
background-color: #9F5C12;
}
.BgClassName
{
background-color: #9F5C12;
}
</style>
border-color css
<style>
span { border-color: #9F5C12; }
span { border-color: rgb(159,92,18); }
td.TdClassName
{
border-color: #9F5C12;
}
.TagClassName
{
border-color: #9F5C12;
}
</style>