#815F4F

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

Shades of Spicy Mix #815F4F

Tints of Spicy Mix #815F4F

Color information

#815F4F (or 0x815F4F) is unknown color: approx Spicy Mix. HEX triplet: 81, 5F and 4F. RGB value is (129,95,79). Sum of RGB (Red+Green+Blue) = 129+95+79=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #815F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F4F is #7EA0B0. Grayscale: #676767. Windows color (decimal): -8298673 or 5201793. OLE color: 5201793.

HSL color Cylindrical-coordinate representation of color #815F4F: hue angle of 19.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #815F4F is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1299579-
CMYK00.260.390.49
HSL19.2º24.04%40.78%-
HSV(B)19.2º38.76%50.59%-
XYZ14.5613.429.22-
YUV103.34114.26146.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=42.57%
G=31.35%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129957900.260.390.4919.224.0440.78
Hex815F4F01A2731131829
Octal2011371170324761233051
Binary10000001101111110011110110101001111100011001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815F4F; }

 p { color: rgb(129,95,79); }

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

<style>
 a { background-color: #815F4F; }

 a { background-color: rgb(129,95,79); }

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

<style>
 span { border-color: #815F4F; }

 span { border-color: rgb(129,95,79); }

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