#9D4D27

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

Shades of Rich Gold #9D4D27

Tints of Rich Gold #9D4D27

Color information

#9D4D27 (or 0x9D4D27) is unknown color: approx Rich Gold. HEX triplet: 9D, 4D and 27. RGB value is (157,77,39). Sum of RGB (Red+Green+Blue) = 157+77+39=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D27 is #62B2D8. Grayscale: #606060. Windows color (decimal): -6468313 or 2575773. OLE color: 2575773.

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

Color convert

RGB1577739-
CMYK00.510.750.38
HSL19.32º60.2%38.43%-
HSV(B)19.32º75.16%61.57%-
XYZ16.9212.623.46-
YUV96.5995.5171.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.51%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=57.51%
G=28.21%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157773900.510.750.3819.3260.238.43
Hex9D4D270334B26133c26
Octal2351154706311346237446
Binary1001110110011011001110110011100101110011010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,77,39); }

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

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

 a { background-color: rgb(157,77,39); }

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

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

 span { border-color: rgb(157,77,39); }

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