#9E5823

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

Shades of Rich Gold #9E5823

Tints of Rich Gold #9E5823

Color information

#9E5823 (or 0x9E5823) is unknown color: approx Rich Gold. HEX triplet: 9E, 58 and 23. RGB value is (158,88,35). Sum of RGB (Red+Green+Blue) = 158+88+35=281 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.23% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5823 is #61A7DC. Grayscale: #676767. Windows color (decimal): -6399965 or 2316446. OLE color: 2316446.

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

Color convert

RGB1588835-
CMYK00.440.780.38
HSL25.85º63.73%37.84%-
HSV(B)25.85º77.85%61.96%-
XYZ17.8914.373.42-
YUV102.8989.69167.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 56.23%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=56.23%
G=31.32%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158883500.440.780.3825.8563.7337.84
Hex9E582302C4E261a4026
Octal23613043054116463210046
Binary10011110101100010001101011001001110100110110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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