#9F5D27

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

Shades of Rich Gold #9F5D27

Tints of Rich Gold #9F5D27

Color information

#9F5D27 (or 0x9F5D27) is unknown color: approx Rich Gold. HEX triplet: 9F, 5D and 27. RGB value is (159,93,39). Sum of RGB (Red+Green+Blue) = 159+93+39=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D27 is #60A2D8. Grayscale: #6A6A6A. Windows color (decimal): -6333145 or 2579871. OLE color: 2579871.

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

Color convert

RGB1599339-
CMYK00.420.750.38
HSL27º60.61%38.82%-
HSV(B)27º75.47%62.35%-
XYZ18.5815.353.9-
YUV106.5889.87165.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.64%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 39 (15.62% from 255) = 13.40%
R=54.64%
G=31.96%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159933900.420.750.382760.6138.82
Hex9F5D2702A4B261b3d27
Octal2371354705211346337547
Binary1001111110111011001110101010100101110011011011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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