#7F5949

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

Shades of Spicy Mix #7F5949

Tints of Spicy Mix #7F5949

Color information

#7F5949 (or 0x7F5949) is unknown color: approx Spicy Mix. HEX triplet: 7F, 59 and 49. RGB value is (127,89,73). Sum of RGB (Red+Green+Blue) = 127+89+73=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5949 is #80A6B6. Grayscale: #626262. Windows color (decimal): -8431287 or 4807039. OLE color: 4807039.

HSL color Cylindrical-coordinate representation of color #7F5949: hue angle of 17.78º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F5949 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1278973-
CMYK00.300.430.50
HSL17.78º27%39.22%-
HSV(B)17.78º42.52%49.8%-
XYZ13.5312.147.93-
YUV98.54113.59148.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.94%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=43.94%
G=30.80%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127897300.300.430.5017.782739.22
Hex7F594901E2B32121b27
Octal1771311110365362223347
Binary1111111101100110010010111101010111100101001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,89,73); }

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

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

 a { background-color: rgb(127,89,73); }

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

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

 span { border-color: rgb(127,89,73); }

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