Html Css Color HEX #875D55 Spicy Mix

📋 copy color: '#875D55'

red 135 ◦ green 93 ◦ blue 85

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

Shades of Spicy Mix #875D55

Tints of Spicy Mix #875D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.71%

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

R = 43.13%
G = 29.71%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#875D55 (or 0x875D55) is known color: Spicy Mix. HEX triplet: 87, 5D and 55. RGB value is (135,93,85). Sum of RGB (Red+Green+Blue) = 135+93+85=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #875D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D55 is #78A2AA. Grayscale: #686868. Windows color (decimal): -7905963 or 5594503. OLE color: 5594503.

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

Color convert

RGB 135 93 85 -
CMYK 0 0.31 0.37 0.47
HSL 9.6º 0.23% 0.43% -
HSV(B) 9.6º 0.37% 0.53% -
XYZ 15.55 13.64 10.41 -
YUV 104.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 135 93 85 0 0.31 0.37 0.47 9.6 0.23 0.43
Hex 87 5D 55 0 1F 25 2F A 17 2B
Octal 207 135 125 0 37 45 57 12 27 53
Binary 10000111 1011101 1010101 0 11111 100101 101111 1010 10111 101011

Color Harmonies of #875D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D55

Black with #875D55

Text Example


Text Example

White with #875D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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