#9D4C27

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

Shades of Rich Gold #9D4C27

Tints of Rich Gold #9D4C27

Color information

#9D4C27 (or 0x9D4C27) is unknown color: approx Rich Gold. HEX triplet: 9D, 4C and 27. RGB value is (157,76,39). Sum of RGB (Red+Green+Blue) = 157+76+39=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4C27 is #62B3D8. Grayscale: #606060. Windows color (decimal): -6468569 or 2575517. OLE color: 2575517.

HSL color Cylindrical-coordinate representation of color #9D4C27: hue angle of 18.81º 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 #9D4C27 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1577639-
CMYK00.520.750.38
HSL18.81º60.2%38.43%-
HSV(B)18.81º75.16%61.57%-
XYZ16.8612.483.44-
YUV9695.84171.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.72%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=57.72%
G=27.94%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157763900.520.750.3818.8160.238.43
Hex9D4C270344B26133c26
Octal2351144706411346237446
Binary1001110110011001001110110100100101110011010011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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