#87604A

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

Shades of Spicy Mix #87604A

Tints of Spicy Mix #87604A

Color information

#87604A (or 0x87604A) is unknown color: approx Spicy Mix. HEX triplet: 87, 60 and 4A. RGB value is (135,96,74). Sum of RGB (Red+Green+Blue) = 135+96+74=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #87604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87604A is #789FB5. Grayscale: #696969. Windows color (decimal): -7905206 or 4874375. OLE color: 4874375.

HSL color Cylindrical-coordinate representation of color #87604A: hue angle of 21.64º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87604A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1359674-
CMYK00.290.450.47
HSL21.64º29.19%40.98%-
HSV(B)21.64º45.19%52.94%-
XYZ15.4114.018.37-
YUV105.15110.42149.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=44.26%
G=31.48%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135967400.290.450.4721.6429.1940.98
Hex87604A01D2D2F161d29
Octal2071401120355557263551
Binary10000111110000010010100111011011011011111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87604A; }

 p { color: rgb(135,96,74); }

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

<style>
 a { background-color: #87604A; }

 a { background-color: rgb(135,96,74); }

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

<style>
 span { border-color: #87604A; }

 span { border-color: rgb(135,96,74); }

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