#815D4F

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

Shades of Spicy Mix #815D4F

Tints of Spicy Mix #815D4F

Color information

#815D4F (or 0x815D4F) is unknown color: approx Spicy Mix. HEX triplet: 81, 5D and 4F. RGB value is (129,93,79). Sum of RGB (Red+Green+Blue) = 129+93+79=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D4F is #7EA2B0. Grayscale: #666666. Windows color (decimal): -8299185 or 5201281. OLE color: 5201281.

HSL color Cylindrical-coordinate representation of color #815D4F: hue angle of 16.8º 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 #815D4F is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB1299379-
CMYK00.280.390.49
HSL16.8º24.04%40.78%-
HSV(B)16.8º38.76%50.59%-
XYZ14.3813.069.16-
YUV102.17114.93147.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=42.86%
G=30.90%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129937900.280.390.4916.824.0440.78
Hex815D4F01C2731111829
Octal2011351170344761213051
Binary10000001101110110011110111001001111100011000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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