#9D5213

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

Shades of Rich Gold #9D5213

Tints of Rich Gold #9D5213

Color information

#9D5213 (or 0x9D5213) is unknown color: approx Rich Gold. HEX triplet: 9D, 52 and 13. RGB value is (157,82,19). Sum of RGB (Red+Green+Blue) = 157+82+19=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5213 is #62ADEC. Grayscale: #616161. Windows color (decimal): -6467053 or 1266333. OLE color: 1266333.

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

Color convert

RGB1578219-
CMYK00.480.880.38
HSL27.39º78.41%34.51%-
HSV(B)27.39º87.9%61.57%-
XYZ17.0413.252.28-
YUV97.2483.85170.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 19 (7.81% from 255) = 7.36%
R=60.85%
G=31.78%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157821900.480.880.3827.3978.4134.51
Hex9D521303058261b4e23
Octal23512223060130463311643
Binary1001110110100101001101100001011000100110110111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,82,19); }

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

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

 a { background-color: rgb(157,82,19); }

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

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

 span { border-color: rgb(157,82,19); }

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