#9D4C18

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

Shades of Rich Gold #9D4C18

Tints of Rich Gold #9D4C18

Color information

#9D4C18 (or 0x9D4C18) is unknown color: approx Rich Gold. HEX triplet: 9D, 4C and 18. RGB value is (157,76,24). Sum of RGB (Red+Green+Blue) = 157+76+24=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4C18 is #62B3E7. Grayscale: #5E5E5E. Windows color (decimal): -6468584 or 1592477. OLE color: 1592477.

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

Color convert

RGB1577624-
CMYK00.520.850.38
HSL23.46º73.48%35.49%-
HSV(B)23.46º84.71%61.57%-
XYZ16.6512.42.38-
YUV94.2988.34172.73-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=61.09%
G=29.57%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157762400.520.850.3823.4673.4835.49
Hex9D4C180345526174923
Octal23511430064125462711143
Binary1001110110011001100001101001010101100110101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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