#9E4720

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

Shades of Rich Gold #9E4720

Tints of Rich Gold #9E4720

Color information

#9E4720 (or 0x9E4720) is unknown color: approx Rich Gold. HEX triplet: 9E, 47 and 20. RGB value is (158,71,32). Sum of RGB (Red+Green+Blue) = 158+71+32=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4720 is #61B8DF. Grayscale: #5C5C5C. Windows color (decimal): -6404320 or 2115486. OLE color: 2115486.

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

Color convert

RGB1587132-
CMYK00.550.800.38
HSL18.57º66.32%37.25%-
HSV(B)18.57º79.75%61.96%-
XYZ16.6111.882.78-
YUV92.5793.82174.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.54%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=60.54%
G=27.20%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158713200.550.800.3818.5766.3237.25
Hex9E47200375026134225
Octal23610740067120462310245
Binary10011110100011110000001101111010000100110100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,71,32); }

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

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

 a { background-color: rgb(158,71,32); }

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

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

 span { border-color: rgb(158,71,32); }

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