Shades of Rich Gold #9F5326
Tints of Rich Gold #9F5326
RGB
CMYK
RGB Variations
Color information
#9F5326 (or 0x9F5326) is known color: Rich Gold. HEX triplet: 9F, 53 and 26. RGB value is (159,83,38). Sum of RGB (Red+Green+Blue) = 159+83+38=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5326 is #60ACD9. Grayscale: #646464. Windows color (decimal): -6335706 or 2511775. OLE color: 2511775.
HSL color Cylindrical-coordinate representation of color #9F5326: hue angle of 22.31º 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 #9F5326 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 38 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.38 |
| HSL | 22.31º | 0.61% | 0.39% | - |
| HSV(B) | 22.31º | 0.76% | 0.62% | - |
| XYZ | 17.74 | 13.7 | 3.54 | - |
| YUV | 100.59 | 92.68 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 38 | 0 | 0.48 | 0.76 | 0.38 | 22.31 | 0.61 | 0.39 |
| Hex | 9F | 53 | 26 | 0 | 30 | 4C | 26 | 16 | 3D | 27 |
| Octal | 237 | 123 | 46 | 0 | 60 | 114 | 46 | 26 | 75 | 47 |
| Binary | 10011111 | 1010011 | 100110 | 0 | 110000 | 1001100 | 100110 | 10110 | 111101 | 100111 |
Color Harmonies of #9F5326
Complementary color
Monochromatic Colors of #9F5326
Black with #9F5326
Text Example
Text Example
White with #9F5326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5326; }
p { color: rgb(159,83,38); }
H1.HeaderClassName
{
color: #9F5326;
}
.AnyTagClassName
{
color: #9F5326;
}
</style>
background-color css
<style>
a { background-color: #9F5326; }
a { background-color: rgb(159,83,38); }
div.DivClassName
{
background-color: #9F5326;
}
.BgClassName
{
background-color: #9F5326;
}
</style>
border-color css
<style>
span { border-color: #9F5326; }
span { border-color: rgb(159,83,38); }
td.TdClassName
{
border-color: #9F5326;
}
.TagClassName
{
border-color: #9F5326;
}
</style>