Shades of Rich Gold #9F531A
Tints of Rich Gold #9F531A
RGB
CMYK
RGB Variations
Color information
#9F531A (or 0x9F531A) is known color: Rich Gold. HEX triplet: 9F, 53 and 1A. RGB value is (159,83,26). Sum of RGB (Red+Green+Blue) = 159+83+26=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F531A is #60ACE5. Grayscale: #636363. Windows color (decimal): -6335718 or 1725343. OLE color: 1725343.
HSL color Cylindrical-coordinate representation of color #9F531A: hue angle of 25.71º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F531A is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 26 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.38 |
| HSL | 25.71º | 0.72% | 0.36% | - |
| HSV(B) | 25.71º | 0.84% | 0.62% | - |
| XYZ | 17.58 | 13.63 | 2.68 | - |
| YUV | 99.23 | 86.68 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 26 | 0 | 0.48 | 0.84 | 0.38 | 25.71 | 0.72 | 0.36 |
| Hex | 9F | 53 | 1A | 0 | 30 | 54 | 26 | 1A | 48 | 24 |
| Octal | 237 | 123 | 32 | 0 | 60 | 124 | 46 | 32 | 110 | 44 |
| Binary | 10011111 | 1010011 | 11010 | 0 | 110000 | 1010100 | 100110 | 11010 | 1001000 | 100100 |
Color Harmonies of #9F531A
Complementary color
Monochromatic Colors of #9F531A
Black with #9F531A
Text Example
Text Example
White with #9F531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F531A; }
p { color: rgb(159,83,26); }
H1.HeaderClassName
{
color: #9F531A;
}
.AnyTagClassName
{
color: #9F531A;
}
</style>
background-color css
<style>
a { background-color: #9F531A; }
a { background-color: rgb(159,83,26); }
div.DivClassName
{
background-color: #9F531A;
}
.BgClassName
{
background-color: #9F531A;
}
</style>
border-color css
<style>
span { border-color: #9F531A; }
span { border-color: rgb(159,83,26); }
td.TdClassName
{
border-color: #9F531A;
}
.TagClassName
{
border-color: #9F531A;
}
</style>