Shades of Reef Gold #9F8437
Tints of Reef Gold #9F8437
RGB
CMYK
RGB Variations
Color information
#9F8437 (or 0x9F8437) is known color: Reef Gold. HEX triplet: 9F, 84 and 37. RGB value is (159,132,55). Sum of RGB (Red+Green+Blue) = 159+132+55=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8437 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8437 is #607BC8. Grayscale: #838383. Windows color (decimal): -6323145 or 3638431. OLE color: 3638431.
HSL color Cylindrical-coordinate representation of color #9F8437: hue angle of 44.42º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F8437 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 55 | - |
| CMYK | 0 | 0.17 | 0.65 | 0.38 |
| HSL | 44.42º | 0.49% | 0.42% | - |
| HSV(B) | 44.42º | 0.65% | 0.62% | - |
| XYZ | 23.24 | 24.15 | 7.05 | - |
| YUV | 131.3 | 84.95 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 55 | 0 | 0.17 | 0.65 | 0.38 | 44.42 | 0.49 | 0.42 |
| Hex | 9F | 84 | 37 | 0 | 11 | 41 | 26 | 2C | 31 | 2A |
| Octal | 237 | 204 | 67 | 0 | 21 | 101 | 46 | 54 | 61 | 52 |
| Binary | 10011111 | 10000100 | 110111 | 0 | 10001 | 1000001 | 100110 | 101100 | 110001 | 101010 |
Color Harmonies of #9F8437
Complementary color
Monochromatic Colors of #9F8437
Black with #9F8437
Text Example
Text Example
White with #9F8437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8437; }
p { color: rgb(159,132,55); }
H1.HeaderClassName
{
color: #9F8437;
}
.AnyTagClassName
{
color: #9F8437;
}
</style>
background-color css
<style>
a { background-color: #9F8437; }
a { background-color: rgb(159,132,55); }
div.DivClassName
{
background-color: #9F8437;
}
.BgClassName
{
background-color: #9F8437;
}
</style>
border-color css
<style>
span { border-color: #9F8437; }
span { border-color: rgb(159,132,55); }
td.TdClassName
{
border-color: #9F8437;
}
.TagClassName
{
border-color: #9F8437;
}
</style>