#9D591B

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

Shades of Rich Gold #9D591B

Tints of Rich Gold #9D591B

Color information

#9D591B (or 0x9D591B) is unknown color: approx Rich Gold. HEX triplet: 9D, 59 and 1B. RGB value is (157,89,27). Sum of RGB (Red+Green+Blue) = 157+89+27=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D591B is #62A6E4. Grayscale: #666666. Windows color (decimal): -6465253 or 1792413. OLE color: 1792413.

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

Color convert

RGB1578927-
CMYK00.430.830.38
HSL28.62º70.65%36.08%-
HSV(B)28.62º82.8%61.57%-
XYZ17.6714.392.88-
YUV102.2685.53167.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=57.51%
G=32.60%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.83
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157892700.430.830.3828.6270.6536.08
Hex9D591B02B53261d4724
Octal23513133053123463510744
Binary1001110110110011101101010111010011100110111011000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D591B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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