#9E5312

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

Shades of Rich Gold #9E5312

Tints of Rich Gold #9E5312

Color information

#9E5312 (or 0x9E5312) is unknown color: approx Rich Gold. HEX triplet: 9E, 53 and 12. RGB value is (158,83,18). Sum of RGB (Red+Green+Blue) = 158+83+18=259 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.00% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5312 is #61ACED. Grayscale: #626262. Windows color (decimal): -6401262 or 1201054. OLE color: 1201054.

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

Color convert

RGB1588318-
CMYK00.470.890.38
HSL27.86º79.55%34.51%-
HSV(B)27.86º88.61%61.96%-
XYZ17.313.52.27-
YUV98.0282.85170.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.00%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=61.00%
G=32.05%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158831800.470.890.3827.8679.5534.51
Hex9E531202F59261c5023
Octal23612322057131463412043
Binary1001111010100111001001011111011001100110111001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,83,18); }

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

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

 a { background-color: rgb(158,83,18); }

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

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

 span { border-color: rgb(158,83,18); }

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