#815F51

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

Shades of Spicy Mix #815F51

Tints of Spicy Mix #815F51

Color information

#815F51 (or 0x815F51) is unknown color: approx Spicy Mix. HEX triplet: 81, 5F and 51. RGB value is (129,95,81). Sum of RGB (Red+Green+Blue) = 129+95+81=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F51 is #7EA0AE. Grayscale: #676767. Windows color (decimal): -8298671 or 5332865. OLE color: 5332865.

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

Color convert

RGB1299581-
CMYK00.260.370.49
HSL17.5º22.86%41.18%-
HSV(B)17.5º37.21%50.59%-
XYZ14.6313.459.61-
YUV103.57115.26146.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=42.30%
G=31.15%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129958100.260.370.4917.522.8641.18
Hex815F5101A2531121729
Octal2011371210324561222751
Binary10000001101111110100010110101001011100011001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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