#9D5017

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

Shades of Rich Gold #9D5017

Tints of Rich Gold #9D5017

Color information

#9D5017 (or 0x9D5017) is unknown color: approx Rich Gold. HEX triplet: 9D, 50 and 17. RGB value is (157,80,23). Sum of RGB (Red+Green+Blue) = 157+80+23=260 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.38% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5017 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5017 is #62AFE8. Grayscale: #606060. Windows color (decimal): -6467561 or 1527965. OLE color: 1527965.

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

Color convert

RGB1578023-
CMYK00.490.850.38
HSL25.52º74.44%35.29%-
HSV(B)25.52º85.35%61.57%-
XYZ16.9312.972.42-
YUV96.5286.51171.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.38%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 23 (9.38% from 255) = 8.85%
R=60.38%
G=30.77%
B=8.85%

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
Decimal157802300.490.850.3825.5274.4435.29
Hex9D501703155261a4a23
Octal23512027061125463211243
Binary1001110110100001011101100011010101100110110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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