Html Css Color HEX #885E55 Spicy Mix

📋 copy color: '#885E55'

red 136 ◦ green 94 ◦ blue 85

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

Shades of Spicy Mix #885E55

Tints of Spicy Mix #885E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

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

R = 43.17%
G = 29.84%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885E55 (or 0x885E55) is known color: Spicy Mix. HEX triplet: 88, 5E and 55. RGB value is (136,94,85). Sum of RGB (Red+Green+Blue) = 136+94+85=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #885E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885E55 is #77A1AA. Grayscale: #696969. Windows color (decimal): -7840171 or 5594760. OLE color: 5594760.

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

Color convert

RGB 136 94 85 -
CMYK 0 0.31 0.38 0.47
HSL 10.59º 0.23% 0.43% -
HSV(B) 10.59º 0.38% 0.53% -
XYZ 15.8 13.9 10.44 -
YUV 105.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 136 94 85 0 0.31 0.38 0.47 10.59 0.23 0.43
Hex 88 5E 55 0 1F 26 2F B 17 2B
Octal 210 136 125 0 37 46 57 13 27 53
Binary 10001000 1011110 1010101 0 11111 100110 101111 1011 10111 101011

Color Harmonies of #885E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E55

Black with #885E55

Text Example


Text Example

White with #885E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,85); }

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

background-color css

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

 a { background-color: rgb(136,94,85); }

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

border-color css

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

 span { border-color: rgb(136,94,85); }

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