#815C50

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

Shades of Spicy Mix #815C50

Tints of Spicy Mix #815C50

Color information

#815C50 (or 0x815C50) is unknown color: approx Spicy Mix. HEX triplet: 81, 5C and 50. RGB value is (129,92,80). Sum of RGB (Red+Green+Blue) = 129+92+80=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C50 is #7EA3AF. Grayscale: #656565. Windows color (decimal): -8299440 or 5266561. OLE color: 5266561.

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

Color convert

RGB1299280-
CMYK00.290.380.49
HSL14.69º23.44%40.98%-
HSV(B)14.69º37.98%50.59%-
XYZ14.3312.99.32-
YUV101.7115.76147.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.86%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=42.86%
G=30.56%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129928000.290.380.4914.6923.4440.98
Hex815C5001D2631f1729
Octal2011341200354661172751
Binary1000000110111001010000011101100110110001111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,92,80); }

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

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

 a { background-color: rgb(129,92,80); }

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

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

 span { border-color: rgb(129,92,80); }

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