#9D7F37

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

Shades of Reef Gold #9D7F37

Tints of Reef Gold #9D7F37

Color information

#9D7F37 (or 0x9D7F37) is unknown color: approx Reef Gold. HEX triplet: 9D, 7F and 37. RGB value is (157,127,55). Sum of RGB (Red+Green+Blue) = 157+127+55=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7F37 is #6280C8. Grayscale: #808080. Windows color (decimal): -6455497 or 3637149. OLE color: 3637149.

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

Color convert

RGB15712755-
CMYK00.190.650.38
HSL42.35º48.11%41.57%-
HSV(B)42.35º64.97%61.57%-
XYZ22.1822.626.81-
YUV127.7686.94148.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 46.31%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 55 (21.88% from 255) = 16.22%
R=46.31%
G=37.46%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571275500.190.650.3842.3548.1141.57
Hex9D7F3701341262a302a
Octal2351776702310146526052
Binary1001110111111111101110100111000001100110101010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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