Shades of Reef Gold #9F8733
Tints of Reef Gold #9F8733
RGB
CMYK
RGB Variations
Color information
#9F8733 (or 0x9F8733) is known color: Reef Gold. HEX triplet: 9F, 87 and 33. RGB value is (159,135,51). Sum of RGB (Red+Green+Blue) = 159+135+51=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8733 is #6078CC. Grayscale: #848484. Windows color (decimal): -6322381 or 3377055. OLE color: 3377055.
HSL color Cylindrical-coordinate representation of color #9F8733: hue angle of 46.67º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F8733 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 51 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.38 |
| HSL | 46.67º | 0.51% | 0.41% | - |
| HSV(B) | 46.67º | 0.68% | 0.62% | - |
| XYZ | 23.56 | 24.94 | 6.7 | - |
| YUV | 132.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 51 | 0 | 0.15 | 0.68 | 0.38 | 46.67 | 0.51 | 0.41 |
| Hex | 9F | 87 | 33 | 0 | F | 44 | 26 | 2F | 33 | 29 |
| Octal | 237 | 207 | 63 | 0 | 17 | 104 | 46 | 57 | 63 | 51 |
| Binary | 10011111 | 10000111 | 110011 | 0 | 1111 | 1000100 | 100110 | 101111 | 110011 | 101001 |
Color Harmonies of #9F8733
Complementary color
Monochromatic Colors of #9F8733
Black with #9F8733
Text Example
Text Example
White with #9F8733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8733; }
p { color: rgb(159,135,51); }
H1.HeaderClassName
{
color: #9F8733;
}
.AnyTagClassName
{
color: #9F8733;
}
</style>
background-color css
<style>
a { background-color: #9F8733; }
a { background-color: rgb(159,135,51); }
div.DivClassName
{
background-color: #9F8733;
}
.BgClassName
{
background-color: #9F8733;
}
</style>
border-color css
<style>
span { border-color: #9F8733; }
span { border-color: rgb(159,135,51); }
td.TdClassName
{
border-color: #9F8733;
}
.TagClassName
{
border-color: #9F8733;
}
</style>