#9E4E28

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

Shades of Rich Gold #9E4E28

Tints of Rich Gold #9E4E28

Color information

#9E4E28 (or 0x9E4E28) is unknown color: approx Rich Gold. HEX triplet: 9E, 4E and 28. RGB value is (158,78,40). Sum of RGB (Red+Green+Blue) = 158+78+40=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4E28 is #61B1D7. Grayscale: #616161. Windows color (decimal): -6402520 or 2641566. OLE color: 2641566.

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

Color convert

RGB1587840-
CMYK00.510.750.38
HSL19.32º59.6%38.82%-
HSV(B)19.32º74.68%61.96%-
XYZ17.2112.873.58-
YUV97.5995.5171.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.25%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=57.25%
G=28.26%
B=14.49%

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
Decimal158784000.510.750.3819.3259.638.82
Hex9E4E280334B26133c27
Octal2361165006311346237447
Binary1001111010011101010000110011100101110011010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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