Shades of Reef Gold #9F8237
Tints of Reef Gold #9F8237
RGB
CMYK
RGB Variations
Color information
#9F8237 (or 0x9F8237) is known color: Reef Gold. HEX triplet: 9F, 82 and 37. RGB value is (159,130,55). Sum of RGB (Red+Green+Blue) = 159+130+55=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8237 is #607DC8. Grayscale: #828282. Windows color (decimal): -6323657 or 3637919. OLE color: 3637919.
HSL color Cylindrical-coordinate representation of color #9F8237: hue angle of 43.27º 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 #9F8237 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 55 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.38 |
| HSL | 43.27º | 0.49% | 0.42% | - |
| HSV(B) | 43.27º | 0.65% | 0.62% | - |
| XYZ | 22.97 | 23.61 | 6.96 | - |
| YUV | 130.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 55 | 0 | 0.18 | 0.65 | 0.38 | 43.27 | 0.49 | 0.42 |
| Hex | 9F | 82 | 37 | 0 | 12 | 41 | 26 | 2B | 31 | 2A |
| Octal | 237 | 202 | 67 | 0 | 22 | 101 | 46 | 53 | 61 | 52 |
| Binary | 10011111 | 10000010 | 110111 | 0 | 10010 | 1000001 | 100110 | 101011 | 110001 | 101010 |
Color Harmonies of #9F8237
Complementary color
Monochromatic Colors of #9F8237
Black with #9F8237
Text Example
Text Example
White with #9F8237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8237; }
p { color: rgb(159,130,55); }
H1.HeaderClassName
{
color: #9F8237;
}
.AnyTagClassName
{
color: #9F8237;
}
</style>
background-color css
<style>
a { background-color: #9F8237; }
a { background-color: rgb(159,130,55); }
div.DivClassName
{
background-color: #9F8237;
}
.BgClassName
{
background-color: #9F8237;
}
</style>
border-color css
<style>
span { border-color: #9F8237; }
span { border-color: rgb(159,130,55); }
td.TdClassName
{
border-color: #9F8237;
}
.TagClassName
{
border-color: #9F8237;
}
</style>