#9D4E18

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

Shades of Rich Gold #9D4E18

Tints of Rich Gold #9D4E18

Color information

#9D4E18 (or 0x9D4E18) is unknown color: approx Rich Gold. HEX triplet: 9D, 4E and 18. RGB value is (157,78,24). Sum of RGB (Red+Green+Blue) = 157+78+24=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 24 (9.77% from 255 or 9.27% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D4E18 is #62B1E7. Grayscale: #5F5F5F. Windows color (decimal): -6468072 or 1592989. OLE color: 1592989.

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

Color convert

RGB1577824-
CMYK00.500.850.38
HSL24.36º73.48%35.49%-
HSV(B)24.36º84.71%61.57%-
XYZ16.7912.682.43-
YUV95.4687.67171.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 24 (9.77% from 255) = 9.27%
R=60.62%
G=30.12%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157782400.500.850.3824.3673.4835.49
Hex9D4E180325526184923
Octal23511630062125463011143
Binary1001110110011101100001100101010101100110110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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