Html Css Color HEX #885D50 Spicy Mix

📋 copy color: '#885D50'

red 136 ◦ green 93 ◦ blue 80

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

Shades of Spicy Mix #885D50

Tints of Spicy Mix #885D50

RGB

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

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

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

R = 44.01%
G = 30.1%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#885D50 (or 0x885D50) is known color: Spicy Mix. HEX triplet: 88, 5D and 50. RGB value is (136,93,80). Sum of RGB (Red+Green+Blue) = 136+93+80=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D50 is #77A2AF. Grayscale: #686868. Windows color (decimal): -7840432 or 5266824. OLE color: 5266824.

HSL color Cylindrical-coordinate representation of color #885D50: hue angle of 13.93º 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 #885D50 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 80 -
CMYK 0 0.32 0.41 0.47
HSL 13.93º 0.26% 0.42% -
HSV(B) 13.93º 0.41% 0.53% -
XYZ 15.52 13.64 9.4 -
YUV 104.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 136 93 80 0 0.32 0.41 0.47 13.93 0.26 0.42
Hex 88 5D 50 0 20 29 2F E 1A 2A
Octal 210 135 120 0 40 51 57 16 32 52
Binary 10001000 1011101 1010000 0 100000 101001 101111 1110 11010 101010

Color Harmonies of #885D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D50

Black with #885D50

Text Example


Text Example

White with #885D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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