#876253

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

Shades of Spicy Mix #876253

Tints of Spicy Mix #876253

Color information

#876253 (or 0x876253) is unknown color: approx Spicy Mix. HEX triplet: 87, 62 and 53. RGB value is (135,98,83). Sum of RGB (Red+Green+Blue) = 135+98+83=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #876253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876253 is #789DAC. Grayscale: #6B6B6B. Windows color (decimal): -7904685 or 5464711. OLE color: 5464711.

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

Color convert

RGB1359883-
CMYK00.270.390.47
HSL17.31º23.85%42.75%-
HSV(B)17.31º38.52%52.94%-
XYZ15.9214.5110.15-
YUV107.35114.26147.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.72%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 83 (32.81% from 255) = 26.27%
R=42.72%
G=31.01%
B=26.27%

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
Decimal135988300.270.390.4717.3123.8542.75
Hex87625301B272F11182b
Octal2071421230334757213053
Binary10000111110001010100110110111001111011111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876253; }

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

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

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

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

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

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

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

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