Shades of Reef Gold #9B8339
Tints of Reef Gold #9B8339
RGB
CMYK
RGB Variations
Color information
#9B8339 (or 0x9B8339) is known color: Reef Gold. HEX triplet: 9B, 83 and 39. RGB value is (155,131,57). Sum of RGB (Red+Green+Blue) = 155+131+57=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B8339 is #647CC6. Grayscale: #828282. Windows color (decimal): -6585543 or 3769243. OLE color: 3769243.
HSL color Cylindrical-coordinate representation of color #9B8339: hue angle of 45.31º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B8339 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 57 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.39 |
| HSL | 45.31º | 0.46% | 0.42% | - |
| HSV(B) | 45.31º | 0.63% | 0.61% | - |
| XYZ | 22.37 | 23.5 | 7.23 | - |
| YUV | 129.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 57 | 0 | 0.15 | 0.63 | 0.39 | 45.31 | 0.46 | 0.42 |
| Hex | 9B | 83 | 39 | 0 | F | 3F | 27 | 2D | 2E | 2A |
| Octal | 233 | 203 | 71 | 0 | 17 | 77 | 47 | 55 | 56 | 52 |
| Binary | 10011011 | 10000011 | 111001 | 0 | 1111 | 111111 | 100111 | 101101 | 101110 | 101010 |
Color Harmonies of #9B8339
Complementary color
Monochromatic Colors of #9B8339
Black with #9B8339
Text Example
Text Example
White with #9B8339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8339; }
p { color: rgb(155,131,57); }
H1.HeaderClassName
{
color: #9B8339;
}
.AnyTagClassName
{
color: #9B8339;
}
</style>
background-color css
<style>
a { background-color: #9B8339; }
a { background-color: rgb(155,131,57); }
div.DivClassName
{
background-color: #9B8339;
}
.BgClassName
{
background-color: #9B8339;
}
</style>
border-color css
<style>
span { border-color: #9B8339; }
span { border-color: rgb(155,131,57); }
td.TdClassName
{
border-color: #9B8339;
}
.TagClassName
{
border-color: #9B8339;
}
</style>