#7D5D50

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

Shades of Spicy Mix #7D5D50

Tints of Spicy Mix #7D5D50

Color information

#7D5D50 (or 0x7D5D50) is unknown color: approx Spicy Mix. HEX triplet: 7D, 5D and 50. RGB value is (125,93,80). Sum of RGB (Red+Green+Blue) = 125+93+80=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D50 is #82A2AF. Grayscale: #656565. Windows color (decimal): -8561328 or 5266813. OLE color: 5266813.

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

Color convert

RGB1259380-
CMYK00.260.360.51
HSL17.33º21.95%40.2%-
HSV(B)17.33º36%49.02%-
XYZ13.8212.779.33-
YUV101.09116.1145.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.95%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=41.95%
G=31.21%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125938000.260.360.5117.3321.9540.2
Hex7D5D5001A2433111628
Octal1751351200324463212650
Binary1111101101110110100000110101001001100111000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,80); }

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

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

 a { background-color: rgb(125,93,80); }

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

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

 span { border-color: rgb(125,93,80); }

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