#9D5122

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

Shades of Rich Gold #9D5122

Tints of Rich Gold #9D5122

Color information

#9D5122 (or 0x9D5122) is unknown color: approx Rich Gold. HEX triplet: 9D, 51 and 22. RGB value is (157,81,34). Sum of RGB (Red+Green+Blue) = 157+81+34=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5122 is #62AEDD. Grayscale: #626262. Windows color (decimal): -6467294 or 2249117. OLE color: 2249117.

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

Color convert

RGB1578134-
CMYK00.480.780.38
HSL22.93º64.4%37.45%-
HSV(B)22.93º78.34%61.57%-
XYZ17.1413.173.15-
YUV98.3791.68169.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 81 (32.03% from 255) = 29.78%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=57.72%
G=29.78%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157813400.480.780.3822.9364.437.45
Hex9D51220304E26174025
Octal23512142060116462710045
Binary10011101101000110001001100001001110100110101111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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