#815C4B

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

Shades of Spicy Mix #815C4B

Tints of Spicy Mix #815C4B

Color information

#815C4B (or 0x815C4B) is unknown color: approx Spicy Mix. HEX triplet: 81, 5C and 4B. RGB value is (129,92,75). Sum of RGB (Red+Green+Blue) = 129+92+75=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #815C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C4B is #7EA3B4. Grayscale: #656565. Windows color (decimal): -8299445 or 4938881. OLE color: 4938881.

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

Color convert

RGB1299275-
CMYK00.290.420.49
HSL18.89º26.47%40%-
HSV(B)18.89º41.86%50.59%-
XYZ14.1512.838.39-
YUV101.12113.26147.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 92 (36.33% from 255) = 31.08%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=43.58%
G=31.08%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129927500.290.420.4918.8926.4740
Hex815C4B01D2A31131a28
Octal2011341130355261233250
Binary10000001101110010010110111011010101100011001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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