#9D4E20

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

Shades of Rich Gold #9D4E20

Tints of Rich Gold #9D4E20

Color information

#9D4E20 (or 0x9D4E20) is unknown color: approx Rich Gold. HEX triplet: 9D, 4E and 20. RGB value is (157,78,32). Sum of RGB (Red+Green+Blue) = 157+78+32=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4E20 is #62B1DF. Grayscale: #606060. Windows color (decimal): -6468064 or 2117277. OLE color: 2117277.

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

Color convert

RGB1577832-
CMYK00.500.800.38
HSL22.08º66.14%37.06%-
HSV(B)22.08º79.62%61.57%-
XYZ16.8912.722.93-
YUV96.3891.67171.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=58.80%
G=29.21%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157783200.500.800.3822.0866.1437.06
Hex9D4E200325026164225
Octal23511640062120462610245
Binary10011101100111010000001100101010000100110101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,78,32); }

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

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

 a { background-color: rgb(157,78,32); }

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

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

 span { border-color: rgb(157,78,32); }

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