Shades of Reef Gold #9F952D
Tints of Reef Gold #9F952D
RGB
CMYK
RGB Variations
Color information
#9F952D (or 0x9F952D) is known color: Reef Gold. HEX triplet: 9F, 95 and 2D. RGB value is (159,149,45). Sum of RGB (Red+Green+Blue) = 159+149+45=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 159 - color contains mainly: red. Hex color #9F952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F952D is #606AD2. Grayscale: #8C8C8C. Windows color (decimal): -6318803 or 2987423. OLE color: 2987423.
HSL color Cylindrical-coordinate representation of color #9F952D: hue angle of 54.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F952D is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 45 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.38 |
| HSL | 54.74º | 0.56% | 0.4% | - |
| HSV(B) | 54.74º | 0.72% | 0.62% | - |
| XYZ | 25.52 | 29.06 | 6.75 | - |
| YUV | 140.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 45 | 0 | 0.06 | 0.72 | 0.38 | 54.74 | 0.56 | 0.4 |
| Hex | 9F | 95 | 2D | 0 | 6 | 48 | 26 | 37 | 38 | 28 |
| Octal | 237 | 225 | 55 | 0 | 6 | 110 | 46 | 67 | 70 | 50 |
| Binary | 10011111 | 10010101 | 101101 | 0 | 110 | 1001000 | 100110 | 110111 | 111000 | 101000 |
Color Harmonies of #9F952D
Complementary color
Monochromatic Colors of #9F952D
Black with #9F952D
Text Example
Text Example
White with #9F952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F952D; }
p { color: rgb(159,149,45); }
H1.HeaderClassName
{
color: #9F952D;
}
.AnyTagClassName
{
color: #9F952D;
}
</style>
background-color css
<style>
a { background-color: #9F952D; }
a { background-color: rgb(159,149,45); }
div.DivClassName
{
background-color: #9F952D;
}
.BgClassName
{
background-color: #9F952D;
}
</style>
border-color css
<style>
span { border-color: #9F952D; }
span { border-color: rgb(159,149,45); }
td.TdClassName
{
border-color: #9F952D;
}
.TagClassName
{
border-color: #9F952D;
}
</style>