#7D594A

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

Shades of Spicy Mix #7D594A

Tints of Spicy Mix #7D594A

Color information

#7D594A (or 0x7D594A) is unknown color: approx Spicy Mix. HEX triplet: 7D, 59 and 4A. RGB value is (125,89,74). Sum of RGB (Red+Green+Blue) = 125+89+74=288 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.40% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 125 - color contains mainly: red. Hex color #7D594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D594A is #82A6B5. Grayscale: #626262. Windows color (decimal): -8562358 or 4872573. OLE color: 4872573.

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

Color convert

RGB1258974-
CMYK00.290.410.51
HSL17.65º25.63%39.02%-
HSV(B)17.65º40.8%49.02%-
XYZ13.27128.1-
YUV98.05114.43147.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.40%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=43.40%
G=30.90%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125897400.290.410.5117.6525.6339.02
Hex7D594A01D2933121a27
Octal1751311120355163223247
Binary1111101101100110010100111011010011100111001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,74); }

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

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

 a { background-color: rgb(125,89,74); }

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

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

 span { border-color: rgb(125,89,74); }

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