#9F5920

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

Shades of Rich Gold #9F5920

Tints of Rich Gold #9F5920

Color information

#9F5920 (or 0x9F5920) is unknown color: approx Rich Gold. HEX triplet: 9F, 59 and 20. RGB value is (159,89,32). Sum of RGB (Red+Green+Blue) = 159+89+32=280 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.79% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5920 is #60A6DF. Grayscale: #676767. Windows color (decimal): -6334176 or 2120095. OLE color: 2120095.

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

Color convert

RGB1598932-
CMYK00.440.800.38
HSL26.93º66.49%37.45%-
HSV(B)26.93º79.87%62.35%-
XYZ18.1314.623.23-
YUV103.4387.69167.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 56.79%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=56.79%
G=31.79%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159893200.440.800.3826.9366.4937.45
Hex9F592002C50261b4225
Octal23713140054120463310245
Binary10011111101100110000001011001010000100110110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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