#9D4C20

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

Shades of Rich Gold #9D4C20

Tints of Rich Gold #9D4C20

Color information

#9D4C20 (or 0x9D4C20) is unknown color: approx Rich Gold. HEX triplet: 9D, 4C and 20. RGB value is (157,76,32). Sum of RGB (Red+Green+Blue) = 157+76+32=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4C20 is #62B3DF. Grayscale: #5F5F5F. Windows color (decimal): -6468576 or 2116765. OLE color: 2116765.

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

Color convert

RGB1577632-
CMYK00.520.800.38
HSL21.12º66.14%37.06%-
HSV(B)21.12º79.62%61.57%-
XYZ16.7512.442.89-
YUV95.292.34172.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=59.25%
G=28.68%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157763200.520.800.3821.1266.1437.06
Hex9D4C200345026154225
Octal23511440064120462510245
Binary10011101100110010000001101001010000100110101011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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