#9D7F39

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

Shades of Reef Gold #9D7F39

Tints of Reef Gold #9D7F39

Color information

#9D7F39 (or 0x9D7F39) is unknown color: approx Reef Gold. HEX triplet: 9D, 7F and 39. RGB value is (157,127,57). Sum of RGB (Red+Green+Blue) = 157+127+57=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F39 is #6280C6. Grayscale: #808080. Windows color (decimal): -6455495 or 3768221. OLE color: 3768221.

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

Color convert

RGB15712757-
CMYK00.190.640.38
HSL42º46.73%41.96%-
HSV(B)42º63.69%61.57%-
XYZ22.2322.647.07-
YUV127.9987.94148.69-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.04%
GREEN value IS 127 (50% from 255) = 37.24%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=46.04%
G=37.24%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571275700.190.640.384246.7341.96
Hex9D7F3901340262a2f2a
Octal2351777102310046525752
Binary1001110111111111110010100111000000100110101010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,127,57); }

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

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

 a { background-color: rgb(157,127,57); }

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

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

 span { border-color: rgb(157,127,57); }

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