#9E5A1C

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

Shades of Rich Gold #9E5A1C

Tints of Rich Gold #9E5A1C

Color information

#9E5A1C (or 0x9E5A1C) is unknown color: approx Rich Gold. HEX triplet: 9E, 5A and 1C. RGB value is (158,90,28). Sum of RGB (Red+Green+Blue) = 158+90+28=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5A1C is #61A5E3. Grayscale: #676767. Windows color (decimal): -6399460 or 1858206. OLE color: 1858206.

HSL color Cylindrical-coordinate representation of color #9E5A1C: hue angle of 28.62º degrees, saturation: 0.7, 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 #9E5A1C is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB1589028-
CMYK00.430.820.38
HSL28.62º69.89%36.47%-
HSV(B)28.62º82.28%61.96%-
XYZ17.9714.672.98-
YUV103.2685.53167.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 28 (11.33% from 255) = 10.14%
R=57.25%
G=32.61%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158902800.430.820.3828.6269.8936.47
Hex9E5A1C02B52261d4624
Octal23613234053122463510644
Binary1001111010110101110001010111010010100110111011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,28); }

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

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

 a { background-color: rgb(158,90,28); }

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

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

 span { border-color: rgb(158,90,28); }

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