#9E4E27

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

Shades of Rich Gold #9E4E27

Tints of Rich Gold #9E4E27

Color information

#9E4E27 (or 0x9E4E27) is unknown color: approx Rich Gold. HEX triplet: 9E, 4E and 27. RGB value is (158,78,39). Sum of RGB (Red+Green+Blue) = 158+78+39=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4E27 is #61B1D8. Grayscale: #616161. Windows color (decimal): -6402521 or 2576030. OLE color: 2576030.

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

Color convert

RGB1587839-
CMYK00.510.750.38
HSL19.66º60.41%38.63%-
HSV(B)19.66º75.32%61.96%-
XYZ17.1912.863.5-
YUV97.4795171.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.45%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=57.45%
G=28.36%
B=14.18%

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
Decimal158783900.510.750.3819.6660.4138.63
Hex9E4E270334B26143c27
Octal2361164706311346247447
Binary1001111010011101001110110011100101110011010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,78,39); }

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

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

 a { background-color: rgb(158,78,39); }

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

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

 span { border-color: rgb(158,78,39); }

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