Html Css Color HEX #885C50 Spicy Mix

📋 copy color: '#885C50'

red 136 ◦ green 92 ◦ blue 80

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

Shades of Spicy Mix #885C50

Tints of Spicy Mix #885C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.87%

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

R = 44.16%
G = 29.87%
B = 25.97%

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

#885C50 (or 0x885C50) is known color: Spicy Mix. HEX triplet: 88, 5C and 50. RGB value is (136,92,80). Sum of RGB (Red+Green+Blue) = 136+92+80=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C50 is #77A3AF. Grayscale: #676767. Windows color (decimal): -7840688 or 5266568. OLE color: 5266568.

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

Color convert

RGB 136 92 80 -
CMYK 0 0.32 0.41 0.47
HSL 12.86º 0.26% 0.42% -
HSV(B) 12.86º 0.41% 0.53% -
XYZ 15.43 13.47 9.38 -
YUV 103.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 136 92 80 0 0.32 0.41 0.47 12.86 0.26 0.42
Hex 88 5C 50 0 20 29 2F D 1A 2A
Octal 210 134 120 0 40 51 57 15 32 52
Binary 10001000 1011100 1010000 0 100000 101001 101111 1101 11010 101010

Color Harmonies of #885C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C50

Black with #885C50

Text Example


Text Example

White with #885C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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