#9E5211

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

Shades of Rich Gold #9E5211

Tints of Rich Gold #9E5211

Color information

#9E5211 (or 0x9E5211) is unknown color: approx Rich Gold. HEX triplet: 9E, 52 and 11. RGB value is (158,82,17). Sum of RGB (Red+Green+Blue) = 158+82+17=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5211 is #61ADEE. Grayscale: #616161. Windows color (decimal): -6401519 or 1135262. OLE color: 1135262.

HSL color Cylindrical-coordinate representation of color #9E5211: hue angle of 27.66º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E5211 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1588217-
CMYK00.480.890.38
HSL27.66º80.57%34.31%-
HSV(B)27.66º89.24%61.96%-
XYZ17.2213.342.2-
YUV97.3182.68171.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 17 (7.03% from 255) = 6.61%
R=61.48%
G=31.91%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158821700.480.890.3827.6680.5734.31
Hex9E521103059261c5122
Octal23612221060131463412142
Binary1001111010100101000101100001011001100110111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,82,17); }

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

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

 a { background-color: rgb(158,82,17); }

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

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

 span { border-color: rgb(158,82,17); }

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