#876152

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

Shades of Spicy Mix #876152

Tints of Spicy Mix #876152

Color information

#876152 (or 0x876152) is unknown color: approx Spicy Mix. HEX triplet: 87, 61 and 52. RGB value is (135,97,82). Sum of RGB (Red+Green+Blue) = 135+97+82=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #876152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876152 is #789EAD. Grayscale: #6A6A6A. Windows color (decimal): -7904942 or 5398919. OLE color: 5398919.

HSL color Cylindrical-coordinate representation of color #876152: hue angle of 16.98º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #876152 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1359782-
CMYK00.280.390.47
HSL16.98º24.42%42.55%-
HSV(B)16.98º39.26%52.94%-
XYZ15.7914.319.91-
YUV106.65114.09148.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=42.99%
G=30.89%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135978200.280.390.4716.9824.4242.55
Hex87615201C272F11182b
Octal2071411220344757213053
Binary10000111110000110100100111001001111011111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876152; }

 p { color: rgb(135,97,82); }

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

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

 a { background-color: rgb(135,97,82); }

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

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

 span { border-color: rgb(135,97,82); }

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