Shades of Golden Brown #9F5A13
Tints of Golden Brown #9F5A13
RGB
CMYK
RGB Variations
Color information
#9F5A13 (or 0x9F5A13) is known color: Golden Brown. HEX triplet: 9F, 5A and 13. RGB value is (159,90,19). Sum of RGB (Red+Green+Blue) = 159+90+19=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5A13 is #60A5EC. Grayscale: #666666. Windows color (decimal): -6333933 or 1268383. OLE color: 1268383.
HSL color Cylindrical-coordinate representation of color #9F5A13: hue angle of 30.43º 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 #9F5A13 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 19 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.38 |
| HSL | 30.43º | 0.79% | 0.35% | - |
| HSV(B) | 30.43º | 0.88% | 0.62% | - |
| XYZ | 18.07 | 14.73 | 2.51 | - |
| YUV | 102.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 19 | 0 | 0.43 | 0.88 | 0.38 | 30.43 | 0.79 | 0.35 |
| Hex | 9F | 5A | 13 | 0 | 2B | 58 | 26 | 1E | 4F | 23 |
| Octal | 237 | 132 | 23 | 0 | 53 | 130 | 46 | 36 | 117 | 43 |
| Binary | 10011111 | 1011010 | 10011 | 0 | 101011 | 1011000 | 100110 | 11110 | 1001111 | 100011 |
Color Harmonies of #9F5A13
Complementary color
Monochromatic Colors of #9F5A13
Black with #9F5A13
Text Example
Text Example
White with #9F5A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A13; }
p { color: rgb(159,90,19); }
H1.HeaderClassName
{
color: #9F5A13;
}
.AnyTagClassName
{
color: #9F5A13;
}
</style>
background-color css
<style>
a { background-color: #9F5A13; }
a { background-color: rgb(159,90,19); }
div.DivClassName
{
background-color: #9F5A13;
}
.BgClassName
{
background-color: #9F5A13;
}
</style>
border-color css
<style>
span { border-color: #9F5A13; }
span { border-color: rgb(159,90,19); }
td.TdClassName
{
border-color: #9F5A13;
}
.TagClassName
{
border-color: #9F5A13;
}
</style>