#9D8537

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

Shades of Reef Gold #9D8537

Tints of Reef Gold #9D8537

Color information

#9D8537 (or 0x9D8537) is unknown color: approx Reef Gold. HEX triplet: 9D, 85 and 37. RGB value is (157,133,55). Sum of RGB (Red+Green+Blue) = 157+133+55=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8537 is #627AC8. Grayscale: #838383. Windows color (decimal): -6453961 or 3638685. OLE color: 3638685.

HSL color Cylindrical-coordinate representation of color #9D8537: hue angle of 45.88º 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 #9D8537 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB15713355-
CMYK00.150.650.38
HSL45.88º48.11%41.57%-
HSV(B)45.88º64.97%61.57%-
XYZ22.9824.227.08-
YUV131.2884.95146.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 55 (21.88% from 255) = 15.94%
R=45.51%
G=38.55%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571335500.150.650.3845.8848.1141.57
Hex9D85370F41262e302a
Octal2352056701710146566052
Binary1001110110000101110111011111000001100110101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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