#815B53

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

Shades of Spicy Mix #815B53

Tints of Spicy Mix #815B53

Color information

#815B53 (or 0x815B53) is unknown color: approx Spicy Mix. HEX triplet: 81, 5B and 53. RGB value is (129,91,83). Sum of RGB (Red+Green+Blue) = 129+91+83=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #815B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B53 is #7EA4AC. Grayscale: #656565. Windows color (decimal): -8299693 or 5462913. OLE color: 5462913.

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

Color convert

RGB1299183-
CMYK00.290.360.49
HSL10.43º21.7%41.57%-
HSV(B)10.43º35.66%50.59%-
XYZ14.3612.779.89-
YUV101.45117.59147.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=42.57%
G=30.03%
B=27.39%

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
Decimal129918300.290.360.4910.4321.741.57
Hex815B5301D2431a162a
Octal2011331230354461122652
Binary1000000110110111010011011101100100110001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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