#9D5025

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

Shades of Rich Gold #9D5025

Tints of Rich Gold #9D5025

Color information

#9D5025 (or 0x9D5025) is unknown color: approx Rich Gold. HEX triplet: 9D, 50 and 25. RGB value is (157,80,37). Sum of RGB (Red+Green+Blue) = 157+80+37=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5025 is #62AFDA. Grayscale: #626262. Windows color (decimal): -6467547 or 2445469. OLE color: 2445469.

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

Color convert

RGB1578037-
CMYK00.490.760.38
HSL21.5º61.86%38.04%-
HSV(B)21.5º76.43%61.57%-
XYZ17.1113.043.37-
YUV98.1293.51170-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=57.30%
G=29.20%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157803700.490.760.3821.561.8638.04
Hex9D50250314C26163e26
Octal2351204506111446267646
Binary1001110110100001001010110001100110010011010110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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