#876250

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

Shades of Spicy Mix #876250

Tints of Spicy Mix #876250

Color information

#876250 (or 0x876250) is unknown color: approx Spicy Mix. HEX triplet: 87, 62 and 50. RGB value is (135,98,80). Sum of RGB (Red+Green+Blue) = 135+98+80=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #876250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876250 is #789DAF. Grayscale: #6B6B6B. Windows color (decimal): -7904688 or 5268103. OLE color: 5268103.

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

Color convert

RGB1359880-
CMYK00.270.410.47
HSL19.64º25.58%42.16%-
HSV(B)19.64º40.74%52.94%-
XYZ15.8114.479.55-
YUV107.01112.76147.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=43.13%
G=31.31%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135988000.270.410.4719.6425.5842.16
Hex87625001B292F141a2a
Octal2071421200335157243252
Binary10000111110001010100000110111010011011111010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876250; }

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

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

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

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

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

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

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

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