#9F5A20

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

Shades of Rich Gold #9F5A20

Tints of Rich Gold #9F5A20

Color information

#9F5A20 (or 0x9F5A20) is unknown color: approx Rich Gold. HEX triplet: 9F, 5A and 20. RGB value is (159,90,32). Sum of RGB (Red+Green+Blue) = 159+90+32=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A20 is #60A5DF. Grayscale: #686868. Windows color (decimal): -6333920 or 2120351. OLE color: 2120351.

HSL color Cylindrical-coordinate representation of color #9F5A20: hue angle of 27.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9F5A20 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB1599032-
CMYK00.430.800.38
HSL27.4º66.49%37.45%-
HSV(B)27.4º79.87%62.35%-
XYZ18.2114.793.26-
YUV104.0287.36167.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.58%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 32 (12.89% from 255) = 11.39%
R=56.58%
G=32.03%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159903200.430.800.3827.466.4937.45
Hex9F5A2002B50261b4225
Octal23713240053120463310245
Binary10011111101101010000001010111010000100110110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,32); }

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

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

 a { background-color: rgb(159,90,32); }

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

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

 span { border-color: rgb(159,90,32); }

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