#875C4A

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

Shades of Spicy Mix #875C4A

Tints of Spicy Mix #875C4A

Color information

#875C4A (or 0x875C4A) is unknown color: approx Spicy Mix. HEX triplet: 87, 5C and 4A. RGB value is (135,92,74). Sum of RGB (Red+Green+Blue) = 135+92+74=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C4A is #78A3B5. Grayscale: #666666. Windows color (decimal): -7906230 or 4873351. OLE color: 4873351.

HSL color Cylindrical-coordinate representation of color #875C4A: hue angle of 17.7º 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 #875C4A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1359274-
CMYK00.320.450.47
HSL17.7º29.19%40.98%-
HSV(B)17.7º45.19%52.94%-
XYZ15.0513.38.25-
YUV102.8111.75150.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=44.85%
G=30.56%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135927400.320.450.4717.729.1940.98
Hex875C4A0202D2F121d29
Octal2071341120405557223551
Binary100001111011100100101001000001011011011111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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