#9F5727

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

Shades of Rich Gold #9F5727

Tints of Rich Gold #9F5727

Color information

#9F5727 (or 0x9F5727) is unknown color: approx Rich Gold. HEX triplet: 9F, 57 and 27. RGB value is (159,87,39). Sum of RGB (Red+Green+Blue) = 159+87+39=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5727 is #60A8D8. Grayscale: #676767. Windows color (decimal): -6334681 or 2578335. OLE color: 2578335.

HSL color Cylindrical-coordinate representation of color #9F5727: hue angle of 24º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F5727 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1598739-
CMYK00.450.750.38
HSL24º60.61%38.82%-
HSV(B)24º75.47%62.35%-
XYZ18.0714.333.73-
YUV103.0691.85167.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.79%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=55.79%
G=30.53%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159873900.450.750.382460.6138.82
Hex9F572702D4B26183d27
Octal2371274705511346307547
Binary1001111110101111001110101101100101110011011000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,87,39); }

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

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

 a { background-color: rgb(159,87,39); }

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

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

 span { border-color: rgb(159,87,39); }

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