#815C53

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

Shades of Spicy Mix #815C53

Tints of Spicy Mix #815C53

Color information

#815C53 (or 0x815C53) is unknown color: approx Spicy Mix. HEX triplet: 81, 5C and 53. RGB value is (129,92,83). Sum of RGB (Red+Green+Blue) = 129+92+83=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #815C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815C53 is #7EA3AC. Grayscale: #666666. Windows color (decimal): -8299437 or 5463169. OLE color: 5463169.

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

Color convert

RGB1299283-
CMYK00.290.360.49
HSL11.74º21.7%41.57%-
HSV(B)11.74º35.66%50.59%-
XYZ14.4412.959.92-
YUV102.04117.26147.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 83 (32.81% from 255) = 27.30%
R=42.43%
G=30.26%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129928300.290.360.4911.7421.741.57
Hex815C5301D2431c162a
Octal2011341230354461142652
Binary1000000110111001010011011101100100110001110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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