#9F8034

Color #9F8034 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #9F8034

Tints of Reef Gold #9F8034

Color information

#9F8034 (or 0x9F8034) is unknown color: approx Reef Gold. HEX triplet: 9F, 80 and 34. RGB value is (159,128,52). Sum of RGB (Red+Green+Blue) = 159+128+52=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8034 is #607FCB. Grayscale: #808080. Windows color (decimal): -6324172 or 3440799. OLE color: 3440799.

HSL color Cylindrical-coordinate representation of color #9F8034: hue angle of 42.62º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F8034 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB15912852-
CMYK00.190.670.38
HSL42.62º50.71%41.37%-
HSV(B)42.62º67.3%62.35%-
XYZ22.6423.066.51-
YUV128.684.77149.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=46.90%
G=37.76%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591285200.190.670.3842.6250.7141.37
Hex9F803401343262b3329
Octal2372006402310346536351
Binary10011111100000001101000100111000011100110101011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8034; }

 p { color: rgb(159,128,52); }

 H1.HeaderClassName
 {
   color: #9F8034;
 }
 .AnyTagClassName
 {
   color: #9F8034;
 }
</style>
background-color css

<style>
 a { background-color: #9F8034; }

 a { background-color: rgb(159,128,52); }

 div.DivClassName
 {
   background-color: #9F8034;
 }
 .BgClassName
 {
   background-color: #9F8034;
 }
</style>
border-color css

<style>
 span { border-color: #9F8034; }

 span { border-color: rgb(159,128,52); }

 td.TdClassName
 {
   border-color: #9F8034;
 }
 .TagClassName
 {
   border-color: #9F8034;
 }
</style>