#9D471D

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

Shades of Rich Gold #9D471D

Tints of Rich Gold #9D471D

Color information

#9D471D (or 0x9D471D) is unknown color: approx Rich Gold. HEX triplet: 9D, 47 and 1D. RGB value is (157,71,29). Sum of RGB (Red+Green+Blue) = 157+71+29=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D471D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D471D is #62B8E2. Grayscale: #5C5C5C. Windows color (decimal): -6469859 or 1918877. OLE color: 1918877.

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

Color convert

RGB1577129-
CMYK00.550.820.38
HSL19.69º68.82%36.47%-
HSV(B)19.69º81.53%61.57%-
XYZ16.3811.762.57-
YUV91.9392.49174.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 29 (11.72% from 255) = 11.28%
R=61.09%
G=27.63%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157712900.550.820.3819.6968.8236.47
Hex9D471D0375226144524
Octal23510735067122462410544
Binary1001110110001111110101101111010010100110101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,71,29); }

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

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

 a { background-color: rgb(157,71,29); }

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

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

 span { border-color: rgb(157,71,29); }

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