Html Css Color HEX #885D4C Spicy Mix

📋 copy color: '#885D4C'

red 136 ◦ green 93 ◦ blue 76

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

Shades of Spicy Mix #885D4C

Tints of Spicy Mix #885D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 44.59%
G = 30.49%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#885D4C (or 0x885D4C) is known color: Spicy Mix. HEX triplet: 88, 5D and 4C. RGB value is (136,93,76). Sum of RGB (Red+Green+Blue) = 136+93+76=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885D4C is #77A2B3. Grayscale: #686868. Windows color (decimal): -7840436 or 5004680. OLE color: 5004680.

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

Color convert

RGB 136 93 76 -
CMYK 0 0.32 0.44 0.47
HSL 17º 0.28% 0.42% -
HSV(B) 17º 0.44% 0.53% -
XYZ 15.37 13.58 8.65 -
YUV 103.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 136 93 76 0 0.32 0.44 0.47 17 0.28 0.42
Hex 88 5D 4C 0 20 2C 2F 11 1C 2A
Octal 210 135 114 0 40 54 57 21 34 52
Binary 10001000 1011101 1001100 0 100000 101100 101111 10001 11100 101010

Color Harmonies of #885D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D4C

Black with #885D4C

Text Example


Text Example

White with #885D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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