#9D5018

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

Shades of Rich Gold #9D5018

Tints of Rich Gold #9D5018

Color information

#9D5018 (or 0x9D5018) is unknown color: approx Rich Gold. HEX triplet: 9D, 50 and 18. RGB value is (157,80,24). Sum of RGB (Red+Green+Blue) = 157+80+24=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5018 is #62AFE7. Grayscale: #606060. Windows color (decimal): -6467560 or 1593501. OLE color: 1593501.

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

Color convert

RGB1578024-
CMYK00.490.850.38
HSL25.26º73.48%35.49%-
HSV(B)25.26º84.71%61.57%-
XYZ16.9412.972.48-
YUV96.6487.01171.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=60.15%
G=30.65%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157802400.490.850.3825.2673.4835.49
Hex9D50180315526194923
Octal23512030061125463111143
Binary1001110110100001100001100011010101100110110011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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