Shades of Rich Gold #9F5723
Tints of Rich Gold #9F5723
RGB
CMYK
RGB Variations
Color information
#9F5723 (or 0x9F5723) is known color: Rich Gold. HEX triplet: 9F, 57 and 23. RGB value is (159,87,35). Sum of RGB (Red+Green+Blue) = 159+87+35=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5723 is #60A8DC. Grayscale: #666666. Windows color (decimal): -6334685 or 2316191. OLE color: 2316191.
HSL color Cylindrical-coordinate representation of color #9F5723: hue angle of 25.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F5723 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 35 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.38 |
| HSL | 25.16º | 0.64% | 0.38% | - |
| HSV(B) | 25.16º | 0.78% | 0.62% | - |
| XYZ | 18.01 | 14.31 | 3.4 | - |
| YUV | 102.6 | 89.85 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 35 | 0 | 0.45 | 0.78 | 0.38 | 25.16 | 0.64 | 0.38 |
| Hex | 9F | 57 | 23 | 0 | 2D | 4E | 26 | 19 | 40 | 26 |
| Octal | 237 | 127 | 43 | 0 | 55 | 116 | 46 | 31 | 100 | 46 |
| Binary | 10011111 | 1010111 | 100011 | 0 | 101101 | 1001110 | 100110 | 11001 | 1000000 | 100110 |
Color Harmonies of #9F5723
Complementary color
Monochromatic Colors of #9F5723
Black with #9F5723
Text Example
Text Example
White with #9F5723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5723; }
p { color: rgb(159,87,35); }
H1.HeaderClassName
{
color: #9F5723;
}
.AnyTagClassName
{
color: #9F5723;
}
</style>
background-color css
<style>
a { background-color: #9F5723; }
a { background-color: rgb(159,87,35); }
div.DivClassName
{
background-color: #9F5723;
}
.BgClassName
{
background-color: #9F5723;
}
</style>
border-color css
<style>
span { border-color: #9F5723; }
span { border-color: rgb(159,87,35); }
td.TdClassName
{
border-color: #9F5723;
}
.TagClassName
{
border-color: #9F5723;
}
</style>