#815B4B

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

Shades of Spicy Mix #815B4B

Tints of Spicy Mix #815B4B

Color information

#815B4B (or 0x815B4B) is unknown color: approx Spicy Mix. HEX triplet: 81, 5B and 4B. RGB value is (129,91,75). Sum of RGB (Red+Green+Blue) = 129+91+75=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #815B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815B4B is #7EA4B4. Grayscale: #646464. Windows color (decimal): -8299701 or 4938625. OLE color: 4938625.

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

Color convert

RGB1299175-
CMYK00.290.420.49
HSL17.78º26.47%40%-
HSV(B)17.78º41.86%50.59%-
XYZ14.0612.668.36-
YUV100.54113.59148.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 91 (35.94% from 255) = 30.85%
BLUE value IS 75 (29.69% from 255) = 25.42%
R=43.73%
G=30.85%
B=25.42%

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
Decimal129917500.290.420.4917.7826.4740
Hex815B4B01D2A31121a28
Octal2011331130355261223250
Binary10000001101101110010110111011010101100011001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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