#7F594F

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

Shades of Spicy Mix #7F594F

Tints of Spicy Mix #7F594F

Color information

#7F594F (or 0x7F594F) is unknown color: approx Spicy Mix. HEX triplet: 7F, 59 and 4F. RGB value is (127,89,79). Sum of RGB (Red+Green+Blue) = 127+89+79=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F594F is #80A6B0. Grayscale: #636363. Windows color (decimal): -8431281 or 5200255. OLE color: 5200255.

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

Color convert

RGB1278979-
CMYK00.300.380.50
HSL12.5º23.3%40.39%-
HSV(B)12.5º37.8%49.8%-
XYZ13.7412.229.03-
YUV99.22116.59147.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.05%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 79 (31.25% from 255) = 26.78%
R=43.05%
G=30.17%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127897900.300.380.5012.523.340.39
Hex7F594F01E2632d1728
Octal1771311170364662152750
Binary111111110110011001111011110100110110010110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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