#9F8438

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

Shades of Reef Gold #9F8438

Tints of Reef Gold #9F8438

Color information

#9F8438 (or 0x9F8438) is unknown color: approx Reef Gold. HEX triplet: 9F, 84 and 38. RGB value is (159,132,56). Sum of RGB (Red+Green+Blue) = 159+132+56=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8438 is #607BC7. Grayscale: #838383. Windows color (decimal): -6323144 or 3703967. OLE color: 3703967.

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

Color convert

RGB15913256-
CMYK00.170.650.38
HSL44.27º47.91%42.16%-
HSV(B)44.27º64.78%62.35%-
XYZ23.2624.167.18-
YUV131.4185.45147.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.82%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=45.82%
G=38.04%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591325600.170.650.3844.2747.9142.16
Hex9F843801141262c302a
Octal2372047002110146546052
Binary10011111100001001110000100011000001100110101100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,132,56); }

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

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

 a { background-color: rgb(159,132,56); }

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

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

 span { border-color: rgb(159,132,56); }

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