Html Css Color HEX #885E49 Spicy Mix

📋 copy color: '#885E49'

red 136 ◦ green 94 ◦ blue 73

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

Shades of Spicy Mix #885E49

Tints of Spicy Mix #885E49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 44.88%
G = 31.02%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#885E49 (or 0x885E49) is known color: Spicy Mix. HEX triplet: 88, 5E and 49. RGB value is (136,94,73). Sum of RGB (Red+Green+Blue) = 136+94+73=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #885E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E49 is #77A1B6. Grayscale: #686868. Windows color (decimal): -7840183 or 4808328. OLE color: 4808328.

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

Color convert

RGB 136 94 73 -
CMYK 0 0.31 0.46 0.47
HSL 20º 0.3% 0.41% -
HSV(B) 20º 0.46% 0.53% -
XYZ 15.36 13.72 8.14 -
YUV 104.16 110.41 150.71 -
System Red Green Blue C M Y K H S L
Decimal 136 94 73 0 0.31 0.46 0.47 20 0.3 0.41
Hex 88 5E 49 0 1F 2E 2F 14 1E 29
Octal 210 136 111 0 37 56 57 24 36 51
Binary 10001000 1011110 1001001 0 11111 101110 101111 10100 11110 101001

Color Harmonies of #885E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E49

Black with #885E49

Text Example


Text Example

White with #885E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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