#815D53

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

Shades of Spicy Mix #815D53

Tints of Spicy Mix #815D53

Color information

#815D53 (or 0x815D53) is unknown color: approx Spicy Mix. HEX triplet: 81, 5D and 53. RGB value is (129,93,83). Sum of RGB (Red+Green+Blue) = 129+93+83=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D53 is #7EA2AC. Grayscale: #666666. Windows color (decimal): -8299181 or 5463425. OLE color: 5463425.

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

Color convert

RGB1299383-
CMYK00.280.360.49
HSL13.04º21.7%41.57%-
HSV(B)13.04º35.66%50.59%-
XYZ14.5313.129.95-
YUV102.62116.93146.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 83 (32.81% from 255) = 27.21%
R=42.30%
G=30.49%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129938300.280.360.4913.0421.741.57
Hex815D5301C2431d162a
Octal2011351230344461152652
Binary1000000110111011010011011100100100110001110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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