#9F5929

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

Shades of Rich Gold #9F5929

Tints of Rich Gold #9F5929

Color information

#9F5929 (or 0x9F5929) is unknown color: approx Rich Gold. HEX triplet: 9F, 59 and 29. RGB value is (159,89,41). Sum of RGB (Red+Green+Blue) = 159+89+41=289 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.02% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5929 is #60A6D6. Grayscale: #686868. Windows color (decimal): -6334167 or 2709919. OLE color: 2709919.

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

Color convert

RGB1598941-
CMYK00.440.740.38
HSL24.41º59%39.22%-
HSV(B)24.41º74.21%62.35%-
XYZ18.2714.683.97-
YUV104.4692.19166.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 55.02%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=55.02%
G=30.80%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159894100.440.740.3824.415939.22
Hex9F592902C4A26183b27
Octal2371315105411246307347
Binary1001111110110011010010101100100101010011011000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,41); }

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

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

 a { background-color: rgb(159,89,41); }

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

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

 span { border-color: rgb(159,89,41); }

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