#9F591A

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

Shades of Rich Gold #9F591A

Tints of Rich Gold #9F591A

Color information

#9F591A (or 0x9F591A) is unknown color: approx Rich Gold. HEX triplet: 9F, 59 and 1A. RGB value is (159,89,26). Sum of RGB (Red+Green+Blue) = 159+89+26=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F591A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F591A is #60A6E5. Grayscale: #676767. Windows color (decimal): -6334182 or 1726879. OLE color: 1726879.

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

Color convert

RGB1598926-
CMYK00.440.840.38
HSL28.42º71.89%36.27%-
HSV(B)28.42º83.65%62.35%-
XYZ18.0614.592.84-
YUV102.7584.69168.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 58.03%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 26 (10.55% from 255) = 9.49%
R=58.03%
G=32.48%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159892600.440.840.3828.4271.8936.27
Hex9F591A02C54261c4824
Octal23713132054124463411044
Binary1001111110110011101001011001010100100110111001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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