#876252

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

Shades of Spicy Mix #876252

Tints of Spicy Mix #876252

Color information

#876252 (or 0x876252) is unknown color: approx Spicy Mix. HEX triplet: 87, 62 and 52. RGB value is (135,98,82). Sum of RGB (Red+Green+Blue) = 135+98+82=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #876252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876252 is #789DAD. Grayscale: #6B6B6B. Windows color (decimal): -7904686 or 5399175. OLE color: 5399175.

HSL color Cylindrical-coordinate representation of color #876252: hue angle of 18.11º 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 #876252 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB1359882-
CMYK00.270.390.47
HSL18.11º24.42%42.55%-
HSV(B)18.11º39.26%52.94%-
XYZ15.8814.59.94-
YUV107.24113.76147.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=42.86%
G=31.11%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135988200.270.390.4718.1124.4242.55
Hex87625201B272F12182b
Octal2071421220334757223053
Binary10000111110001010100100110111001111011111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876252; }

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

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

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

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

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

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

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

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