#9D5117

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

Shades of Rich Gold #9D5117

Tints of Rich Gold #9D5117

Color information

#9D5117 (or 0x9D5117) is unknown color: approx Rich Gold. HEX triplet: 9D, 51 and 17. RGB value is (157,81,23). Sum of RGB (Red+Green+Blue) = 157+81+23=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5117 is #62AEE8. Grayscale: #616161. Windows color (decimal): -6467305 or 1528221. OLE color: 1528221.

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

Color convert

RGB1578123-
CMYK00.480.850.38
HSL25.97º74.44%35.29%-
HSV(B)25.97º85.35%61.57%-
XYZ1713.112.45-
YUV97.1186.18170.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=60.15%
G=31.03%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157812300.480.850.3825.9774.4435.29
Hex9D511703055261a4a23
Octal23512127060125463211243
Binary1001110110100011011101100001010101100110110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,81,23); }

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

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

 a { background-color: rgb(157,81,23); }

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

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

 span { border-color: rgb(157,81,23); }

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