Shades of Reef Gold #9F8333
Tints of Reef Gold #9F8333
RGB
CMYK
RGB Variations
Color information
#9F8333 (or 0x9F8333) is known color: Reef Gold. HEX triplet: 9F, 83 and 33. RGB value is (159,131,51). Sum of RGB (Red+Green+Blue) = 159+131+51=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8333 is #607CCC. Grayscale: #828282. Windows color (decimal): -6323405 or 3376031. OLE color: 3376031.
HSL color Cylindrical-coordinate representation of color #9F8333: hue angle of 44.44º 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 #9F8333 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 51 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.38 |
| HSL | 44.44º | 0.51% | 0.41% | - |
| HSV(B) | 44.44º | 0.68% | 0.62% | - |
| XYZ | 23.01 | 23.84 | 6.52 | - |
| YUV | 130.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 51 | 0 | 0.18 | 0.68 | 0.38 | 44.44 | 0.51 | 0.41 |
| Hex | 9F | 83 | 33 | 0 | 12 | 44 | 26 | 2C | 33 | 29 |
| Octal | 237 | 203 | 63 | 0 | 22 | 104 | 46 | 54 | 63 | 51 |
| Binary | 10011111 | 10000011 | 110011 | 0 | 10010 | 1000100 | 100110 | 101100 | 110011 | 101001 |
Color Harmonies of #9F8333
Complementary color
Monochromatic Colors of #9F8333
Black with #9F8333
Text Example
Text Example
White with #9F8333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8333; }
p { color: rgb(159,131,51); }
H1.HeaderClassName
{
color: #9F8333;
}
.AnyTagClassName
{
color: #9F8333;
}
</style>
background-color css
<style>
a { background-color: #9F8333; }
a { background-color: rgb(159,131,51); }
div.DivClassName
{
background-color: #9F8333;
}
.BgClassName
{
background-color: #9F8333;
}
</style>
border-color css
<style>
span { border-color: #9F8333; }
span { border-color: rgb(159,131,51); }
td.TdClassName
{
border-color: #9F8333;
}
.TagClassName
{
border-color: #9F8333;
}
</style>