#7E594C

Color #7E594C Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #7E594C

Tints of Spicy Mix #7E594C

Color information

#7E594C (or 0x7E594C) is unknown color: approx Spicy Mix. HEX triplet: 7E, 59 and 4C. RGB value is (126,89,76). Sum of RGB (Red+Green+Blue) = 126+89+76=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E594C is #81A6B3. Grayscale: #626262. Windows color (decimal): -8496820 or 5003646. OLE color: 5003646.

HSL color Cylindrical-coordinate representation of color #7E594C: hue angle of 15.6º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E594C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1268976-
CMYK00.290.400.51
HSL15.6º24.75%39.61%-
HSV(B)15.6º39.68%49.41%-
XYZ13.4812.18.46-
YUV98.58115.26147.56-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.30%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 76 (30.08% from 255) = 26.12%
R=43.30%
G=30.58%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126897600.290.400.5115.624.7539.61
Hex7E594C01D2833101928
Octal1761311140355063203150
Binary1111110101100110011000111011010001100111000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E594C; }

 p { color: rgb(126,89,76); }

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

<style>
 a { background-color: #7E594C; }

 a { background-color: rgb(126,89,76); }

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

<style>
 span { border-color: #7E594C; }

 span { border-color: rgb(126,89,76); }

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