Shades of Reef Gold #9E853B
Tints of Reef Gold #9E853B
RGB
CMYK
RGB Variations
Color information
#9E853B (or 0x9E853B) is known color: Reef Gold. HEX triplet: 9E, 85 and 3B. RGB value is (158,133,59). Sum of RGB (Red+Green+Blue) = 158+133+59=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E853B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E853B is #617AC4. Grayscale: #848484. Windows color (decimal): -6388421 or 3900830. OLE color: 3900830.
HSL color Cylindrical-coordinate representation of color #9E853B: hue angle of 44.85º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E853B is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 59 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.38 |
| HSL | 44.85º | 0.46% | 0.43% | - |
| HSV(B) | 44.85º | 0.63% | 0.62% | - |
| XYZ | 23.28 | 24.36 | 7.61 | - |
| YUV | 132.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 59 | 0 | 0.16 | 0.63 | 0.38 | 44.85 | 0.46 | 0.43 |
| Hex | 9E | 85 | 3B | 0 | 10 | 3F | 26 | 2D | 2E | 2B |
| Octal | 236 | 205 | 73 | 0 | 20 | 77 | 46 | 55 | 56 | 53 |
| Binary | 10011110 | 10000101 | 111011 | 0 | 10000 | 111111 | 100110 | 101101 | 101110 | 101011 |
Color Harmonies of #9E853B
Complementary color
Monochromatic Colors of #9E853B
Black with #9E853B
Text Example
Text Example
White with #9E853B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E853B; }
p { color: rgb(158,133,59); }
H1.HeaderClassName
{
color: #9E853B;
}
.AnyTagClassName
{
color: #9E853B;
}
</style>
background-color css
<style>
a { background-color: #9E853B; }
a { background-color: rgb(158,133,59); }
div.DivClassName
{
background-color: #9E853B;
}
.BgClassName
{
background-color: #9E853B;
}
</style>
border-color css
<style>
span { border-color: #9E853B; }
span { border-color: rgb(158,133,59); }
td.TdClassName
{
border-color: #9E853B;
}
.TagClassName
{
border-color: #9E853B;
}
</style>