#9E5824

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

Shades of Rich Gold #9E5824

Tints of Rich Gold #9E5824

Color information

#9E5824 (or 0x9E5824) is unknown color: approx Rich Gold. HEX triplet: 9E, 58 and 24. RGB value is (158,88,36). Sum of RGB (Red+Green+Blue) = 158+88+36=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5824 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5824 is #61A7DB. Grayscale: #676767. Windows color (decimal): -6399964 or 2381982. OLE color: 2381982.

HSL color Cylindrical-coordinate representation of color #9E5824: hue angle of 25.57º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E5824 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1588836-
CMYK00.440.770.38
HSL25.57º62.89%38.04%-
HSV(B)25.57º77.22%61.96%-
XYZ17.9114.383.5-
YUV10390.19167.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.03%
GREEN value IS 88 (34.77% from 255) = 31.21%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=56.03%
G=31.21%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158883600.440.770.3825.5762.8938.04
Hex9E582402C4D261a3f26
Octal2361304405411546327746
Binary1001111010110001001000101100100110110011011010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,88,36); }

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

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

 a { background-color: rgb(158,88,36); }

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

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

 span { border-color: rgb(158,88,36); }

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