#7D5A4B

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

Shades of Spicy Mix #7D5A4B

Tints of Spicy Mix #7D5A4B

Color information

#7D5A4B (or 0x7D5A4B) is unknown color: approx Spicy Mix. HEX triplet: 7D, 5A and 4B. RGB value is (125,90,75). Sum of RGB (Red+Green+Blue) = 125+90+75=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5A4B is #82A5B4. Grayscale: #626262. Windows color (decimal): -8562101 or 4938365. OLE color: 4938365.

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

Color convert

RGB1259075-
CMYK00.280.400.51
HSL18º25%39.22%-
HSV(B)18º40%49.02%-
XYZ13.3812.188.3-
YUV98.76114.6146.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 43.10%
GREEN value IS 90 (35.55% from 255) = 31.03%
BLUE value IS 75 (29.69% from 255) = 25.86%
R=43.10%
G=31.03%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125907500.280.400.51182539.22
Hex7D5A4B01C2833121927
Octal1751321130345063223147
Binary1111101101101010010110111001010001100111001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,90,75); }

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

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

 a { background-color: rgb(125,90,75); }

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

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

 span { border-color: rgb(125,90,75); }

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