Shades of Rich Gold #9F5A26
Tints of Rich Gold #9F5A26
RGB
CMYK
RGB Variations
Color information
#9F5A26 (or 0x9F5A26) is known color: Rich Gold. HEX triplet: 9F, 5A and 26. RGB value is (159,90,38). Sum of RGB (Red+Green+Blue) = 159+90+38=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A26 is #60A5D9. Grayscale: #686868. Windows color (decimal): -6333914 or 2513567. OLE color: 2513567.
HSL color Cylindrical-coordinate representation of color #9F5A26: hue angle of 25.79º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F5A26 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 38 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.38 |
| HSL | 25.79º | 0.61% | 0.39% | - |
| HSV(B) | 25.79º | 0.76% | 0.62% | - |
| XYZ | 18.3 | 14.82 | 3.73 | - |
| YUV | 104.7 | 90.36 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 38 | 0 | 0.43 | 0.76 | 0.38 | 25.79 | 0.61 | 0.39 |
| Hex | 9F | 5A | 26 | 0 | 2B | 4C | 26 | 1A | 3D | 27 |
| Octal | 237 | 132 | 46 | 0 | 53 | 114 | 46 | 32 | 75 | 47 |
| Binary | 10011111 | 1011010 | 100110 | 0 | 101011 | 1001100 | 100110 | 11010 | 111101 | 100111 |
Color Harmonies of #9F5A26
Complementary color
Monochromatic Colors of #9F5A26
Black with #9F5A26
Text Example
Text Example
White with #9F5A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A26; }
p { color: rgb(159,90,38); }
H1.HeaderClassName
{
color: #9F5A26;
}
.AnyTagClassName
{
color: #9F5A26;
}
</style>
background-color css
<style>
a { background-color: #9F5A26; }
a { background-color: rgb(159,90,38); }
div.DivClassName
{
background-color: #9F5A26;
}
.BgClassName
{
background-color: #9F5A26;
}
</style>
border-color css
<style>
span { border-color: #9F5A26; }
span { border-color: rgb(159,90,38); }
td.TdClassName
{
border-color: #9F5A26;
}
.TagClassName
{
border-color: #9F5A26;
}
</style>