Html Css Color HEX #885C4C Spicy Mix

📋 copy color: '#885C4C'

red 136 ◦ green 92 ◦ blue 76

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

Shades of Spicy Mix #885C4C

Tints of Spicy Mix #885C4C

RGB

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

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

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

R = 44.74%
G = 30.26%
B = 25%

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

#885C4C (or 0x885C4C) is known color: Spicy Mix. HEX triplet: 88, 5C and 4C. RGB value is (136,92,76). Sum of RGB (Red+Green+Blue) = 136+92+76=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C4C is #77A3B3. Grayscale: #676767. Windows color (decimal): -7840692 or 5004424. OLE color: 5004424.

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

Color convert

RGB 136 92 76 -
CMYK 0 0.32 0.44 0.47
HSL 16º 0.28% 0.42% -
HSV(B) 16º 0.44% 0.53% -
XYZ 15.29 13.41 8.62 -
YUV 103.33 112.58 151.3 -
System Red Green Blue C M Y K H S L
Decimal 136 92 76 0 0.32 0.44 0.47 16 0.28 0.42
Hex 88 5C 4C 0 20 2C 2F 10 1C 2A
Octal 210 134 114 0 40 54 57 20 34 52
Binary 10001000 1011100 1001100 0 100000 101100 101111 10000 11100 101010

Color Harmonies of #885C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C4C

Black with #885C4C

Text Example


Text Example

White with #885C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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