#875F4A

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

Shades of Spicy Mix #875F4A

Tints of Spicy Mix #875F4A

Color information

#875F4A (or 0x875F4A) is unknown color: approx Spicy Mix. HEX triplet: 87, 5F and 4A. RGB value is (135,95,74). Sum of RGB (Red+Green+Blue) = 135+95+74=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875F4A is #78A0B5. Grayscale: #686868. Windows color (decimal): -7905462 or 4874119. OLE color: 4874119.

HSL color Cylindrical-coordinate representation of color #875F4A: hue angle of 20.66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875F4A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1359574-
CMYK00.300.450.47
HSL20.66º29.19%40.98%-
HSV(B)20.66º45.19%52.94%-
XYZ15.3213.838.34-
YUV104.57110.75149.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 95 (37.5% from 255) = 31.25%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=44.41%
G=31.25%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135957400.300.450.4720.6629.1940.98
Hex875F4A01E2D2F151d29
Octal2071371120365557253551
Binary10000111101111110010100111101011011011111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875F4A; }

 p { color: rgb(135,95,74); }

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

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

 a { background-color: rgb(135,95,74); }

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

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

 span { border-color: rgb(135,95,74); }

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