#9f591b

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

Shades of Rich Gold #9F591B

Tints of Rich Gold #9F591B

Color information

#9F591B (or 0x9F591B) is unknown color: approx Rich Gold. HEX triplet: 9F, 59 and 1B. RGB value is (159,89,27). Sum of RGB (Red+Green+Blue) = 159+89+27=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F591B is #60A6E4. Grayscale: #676767. Windows color (decimal): -6334181 or 1792415. OLE color: 1792415.

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

Color convert

RGB1598927-
CMYK00.440.830.38
HSL28.18º70.97%36.47%-
HSV(B)28.18º83.02%62.35%-
XYZ18.0714.592.9-
YUV102.8685.19168.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 57.82%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 27 (10.94% from 255) = 9.82%
R=57.82%
G=32.36%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159892700.440.830.3828.1870.9736.47
Hex9F591B02C53261c4724
Octal23713133054123463410744
Binary1001111110110011101101011001010011100110111001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f591b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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