#7E5951

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

Shades of Spicy Mix #7E5951

Tints of Spicy Mix #7E5951

Color information

#7E5951 (or 0x7E5951) is unknown color: approx Spicy Mix. HEX triplet: 7E, 59 and 51. RGB value is (126,89,81). Sum of RGB (Red+Green+Blue) = 126+89+81=296 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.57% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E5951 is #81A6AE. Grayscale: #636363. Windows color (decimal): -8496815 or 5331326. OLE color: 5331326.

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

Color convert

RGB1268981-
CMYK00.290.360.51
HSL10.67º21.74%40.59%-
HSV(B)10.67º35.71%49.41%-
XYZ13.6612.179.41-
YUV99.15117.76147.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.57%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=42.57%
G=30.07%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126898100.290.360.5110.6721.7440.59
Hex7E595101D2433b1629
Octal1761311210354463132651
Binary111111010110011010001011101100100110011101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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