#876350

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

Shades of Spicy Mix #876350

Tints of Spicy Mix #876350

Color information

#876350 (or 0x876350) is unknown color: approx Spicy Mix. HEX triplet: 87, 63 and 50. RGB value is (135,99,80). Sum of RGB (Red+Green+Blue) = 135+99+80=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #876350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876350 is #789CAF. Grayscale: #6B6B6B. Windows color (decimal): -7904432 or 5268359. OLE color: 5268359.

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

Color convert

RGB1359980-
CMYK00.270.410.47
HSL20.73º25.58%42.16%-
HSV(B)20.73º40.74%52.94%-
XYZ15.914.659.58-
YUV107.6112.43147.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=42.99%
G=31.53%
B=25.48%

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
Decimal135998000.270.410.4720.7325.5842.16
Hex87635001B292F151a2a
Octal2071431200335157253252
Binary10000111110001110100000110111010011011111010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876350; }

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

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

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

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

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

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

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

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