#9D5516

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

Shades of Rich Gold #9D5516

Tints of Rich Gold #9D5516

Color information

#9D5516 (or 0x9D5516) is unknown color: approx Rich Gold. HEX triplet: 9D, 55 and 16. RGB value is (157,85,22). Sum of RGB (Red+Green+Blue) = 157+85+22=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5516 is #62AAE9. Grayscale: #636363. Windows color (decimal): -6466282 or 1463709. OLE color: 1463709.

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

Color convert

RGB1578522-
CMYK00.460.860.38
HSL28º75.42%35.1%-
HSV(B)28º85.99%61.57%-
XYZ17.313.722.5-
YUV99.3584.35169.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.47%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=59.47%
G=32.20%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157852200.460.860.382875.4235.1
Hex9D551602E56261c4b23
Octal23512526056126463411343
Binary1001110110101011011001011101010110100110111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,22); }

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

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

 a { background-color: rgb(157,85,22); }

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

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

 span { border-color: rgb(157,85,22); }

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