#9d4c23

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

Shades of Rich Gold #9D4C23

Tints of Rich Gold #9D4C23

Color information

#9D4C23 (or 0x9D4C23) is unknown color: approx Rich Gold. HEX triplet: 9D, 4C and 23. RGB value is (157,76,35). Sum of RGB (Red+Green+Blue) = 157+76+35=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4C23 is #62B3DC. Grayscale: #5F5F5F. Windows color (decimal): -6468573 or 2313373. OLE color: 2313373.

HSL color Cylindrical-coordinate representation of color #9D4C23: hue angle of 20.16º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D4C23 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB1577635-
CMYK00.520.780.38
HSL20.16º63.54%37.65%-
HSV(B)20.16º77.71%61.57%-
XYZ16.7912.463.11-
YUV95.5493.84171.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 35 (14.06% from 255) = 13.06%
R=58.58%
G=28.36%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157763500.520.780.3820.1663.5437.65
Hex9D4C230344E26144026
Octal23511443064116462410046
Binary10011101100110010001101101001001110100110101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d4c23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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