Html Css Color HEX #885F56 Spicy Mix

📋 copy color: '#885F56'

red 136 ◦ green 95 ◦ blue 86

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

Shades of Spicy Mix #885F56

Tints of Spicy Mix #885F56

RGB

 RED value IS 136 (53.52% from 255) = 42.9%

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

 BLUE value IS 86 (33.98% from 255) = 27.13%

R = 42.9%
G = 29.97%
B = 27.13%

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

#885F56 (or 0x885F56) is known color: Spicy Mix. HEX triplet: 88, 5F and 56. RGB value is (136,95,86). Sum of RGB (Red+Green+Blue) = 136+95+86=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885F56 is #77A0A9. Grayscale: #6A6A6A. Windows color (decimal): -7839914 or 5660552. OLE color: 5660552.

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

Color convert

RGB 136 95 86 -
CMYK 0 0.30 0.37 0.47
HSL 10.8º 0.23% 0.44% -
HSV(B) 10.8º 0.37% 0.53% -
XYZ 15.93 14.09 10.68 -
YUV 106.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 136 95 86 0 0.30 0.37 0.47 10.8 0.23 0.44
Hex 88 5F 56 0 1E 25 2F B 17 2C
Octal 210 137 126 0 36 45 57 13 27 54
Binary 10001000 1011111 1010110 0 11110 100101 101111 1011 10111 101100

Color Harmonies of #885F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F56

Black with #885F56

Text Example


Text Example

White with #885F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F56; }

 p { color: rgb(136,95,86); }

 H1.HeaderClassName
 {
   color: #885F56;
 }
 .AnyTagClassName
 {
   color: #885F56;
 }
</style>

background-color css

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

 a { background-color: rgb(136,95,86); }

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

border-color css

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

 span { border-color: rgb(136,95,86); }

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