#815B51

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

Shades of Spicy Mix #815B51

Tints of Spicy Mix #815B51

Color information

#815B51 (or 0x815B51) is unknown color: approx Spicy Mix. HEX triplet: 81, 5B and 51. RGB value is (129,91,81). Sum of RGB (Red+Green+Blue) = 129+91+81=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B51 is #7EA4AE. Grayscale: #656565. Windows color (decimal): -8299695 or 5331841. OLE color: 5331841.

HSL color Cylindrical-coordinate representation of color #815B51: hue angle of 12.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 #815B51 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1299181-
CMYK00.290.370.49
HSL12.5º22.86%41.18%-
HSV(B)12.5º37.21%50.59%-
XYZ14.2812.749.49-
YUV101.22116.59147.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=42.86%
G=30.23%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129918100.290.370.4912.522.8641.18
Hex815B5101D2531d1729
Octal2011331210354561152751
Binary1000000110110111010001011101100101110001110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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