#815E52

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

Shades of Spicy Mix #815E52

Tints of Spicy Mix #815E52

Color information

#815E52 (or 0x815E52) is unknown color: approx Spicy Mix. HEX triplet: 81, 5E and 52. RGB value is (129,94,82). Sum of RGB (Red+Green+Blue) = 129+94+82=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #815E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E52 is #7EA1AD. Grayscale: #676767. Windows color (decimal): -8298926 or 5398145. OLE color: 5398145.

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

Color convert

RGB1299482-
CMYK00.270.360.49
HSL15.32º22.27%41.37%-
HSV(B)15.32º36.43%50.59%-
XYZ14.5813.289.78-
YUV103.1116.1146.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=42.30%
G=30.82%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129948200.270.360.4915.3222.2741.37
Hex815E5201B2431f1629
Octal2011361220334461172651
Binary1000000110111101010010011011100100110001111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,94,82); }

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

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

 a { background-color: rgb(129,94,82); }

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

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

 span { border-color: rgb(129,94,82); }

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