#9D5015

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

Shades of Rich Gold #9D5015

Tints of Rich Gold #9D5015

Color information

#9D5015 (or 0x9D5015) is unknown color: approx Rich Gold. HEX triplet: 9D, 50 and 15. RGB value is (157,80,21). Sum of RGB (Red+Green+Blue) = 157+80+21=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5015 is #62AFEA. Grayscale: #606060. Windows color (decimal): -6467563 or 1396893. OLE color: 1396893.

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

Color convert

RGB1578021-
CMYK00.490.870.38
HSL26.03º76.4%34.9%-
HSV(B)26.03º86.62%61.57%-
XYZ16.9112.962.32-
YUV96.385.51171.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=60.85%
G=31.01%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157802100.490.870.3826.0376.434.9
Hex9D501503157261a4c23
Octal23512025061127463211443
Binary1001110110100001010101100011010111100110110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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