Html Css Color HEX #875F55 Spicy Mix

📋 copy color: '#875F55'

red 135 ◦ green 95 ◦ blue 85

#875F55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #875F55

Tints of Spicy Mix #875F55

RGB

 RED value IS 135 (53.13% from 255) = 42.86%

 GREEN value IS 95 (37.5% from 255) = 30.16%

 BLUE value IS 85 (33.59% from 255) = 26.98%

R = 42.86%
G = 30.16%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#875F55 (or 0x875F55) is known color: Spicy Mix. HEX triplet: 87, 5F and 55. RGB value is (135,95,85). Sum of RGB (Red+Green+Blue) = 135+95+85=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #875F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875F55 is #78A0AA. Grayscale: #696969. Windows color (decimal): -7905451 or 5595015. OLE color: 5595015.

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

Color convert

RGB 135 95 85 -
CMYK 0 0.30 0.37 0.47
HSL 12º 0.23% 0.43% -
HSV(B) 12º 0.37% 0.53% -
XYZ 15.72 13.99 10.47 -
YUV 105.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 135 95 85 0 0.30 0.37 0.47 12 0.23 0.43
Hex 87 5F 55 0 1E 25 2F C 17 2B
Octal 207 137 125 0 36 45 57 14 27 53
Binary 10000111 1011111 1010101 0 11110 100101 101111 1100 10111 101011

Color Harmonies of #875F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875F55

Black with #875F55

Text Example


Text Example

White with #875F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875F55;
 }
 .AnyTagClassName
 {
   color: #875F55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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