Html Css Color HEX #885B50 Spicy Mix

📋 copy color: '#885B50'

red 136 ◦ green 91 ◦ blue 80

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

Shades of Spicy Mix #885B50

Tints of Spicy Mix #885B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 44.3%
G = 29.64%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#885B50 (or 0x885B50) is known color: Spicy Mix. HEX triplet: 88, 5B and 50. RGB value is (136,91,80). Sum of RGB (Red+Green+Blue) = 136+91+80=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #885B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885B50 is #77A4AF. Grayscale: #676767. Windows color (decimal): -7840944 or 5266312. OLE color: 5266312.

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

Color convert

RGB 136 91 80 -
CMYK 0 0.33 0.41 0.47
HSL 11.79º 0.26% 0.42% -
HSV(B) 11.79º 0.41% 0.53% -
XYZ 15.34 13.3 9.35 -
YUV 103.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 136 91 80 0 0.33 0.41 0.47 11.79 0.26 0.42
Hex 88 5B 50 0 21 29 2F C 1A 2A
Octal 210 133 120 0 41 51 57 14 32 52
Binary 10001000 1011011 1010000 0 100001 101001 101111 1100 11010 101010

Color Harmonies of #885B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B50

Black with #885B50

Text Example


Text Example

White with #885B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,91,80); }

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

background-color css

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

 a { background-color: rgb(136,91,80); }

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

border-color css

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

 span { border-color: rgb(136,91,80); }

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