#9E5213

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

Shades of Rich Gold #9E5213

Tints of Rich Gold #9E5213

Color information

#9E5213 (or 0x9E5213) is unknown color: approx Rich Gold. HEX triplet: 9E, 52 and 13. RGB value is (158,82,19). Sum of RGB (Red+Green+Blue) = 158+82+19=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5213 is #61ADEC. Grayscale: #616161. Windows color (decimal): -6401517 or 1266334. OLE color: 1266334.

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

Color convert

RGB1588219-
CMYK00.480.880.38
HSL27.19º78.53%34.71%-
HSV(B)27.19º87.97%61.96%-
XYZ17.2413.352.28-
YUV97.5483.68171.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=61.00%
G=31.66%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158821900.480.880.3827.1978.5334.71
Hex9E521303058261b4f23
Octal23612223060130463311743
Binary1001111010100101001101100001011000100110110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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