Html Css Color HEX #885C4E Spicy Mix

📋 copy color: '#885C4E'

red 136 ◦ green 92 ◦ blue 78

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

Shades of Spicy Mix #885C4E

Tints of Spicy Mix #885C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 44.44%
G = 30.07%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#885C4E (or 0x885C4E) is known color: Spicy Mix. HEX triplet: 88, 5C and 4E. RGB value is (136,92,78). Sum of RGB (Red+Green+Blue) = 136+92+78=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C4E is #77A3B1. Grayscale: #676767. Windows color (decimal): -7840690 or 5135496. OLE color: 5135496.

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

Color convert

RGB 136 92 78 -
CMYK 0 0.32 0.43 0.47
HSL 14.48º 0.27% 0.42% -
HSV(B) 14.48º 0.43% 0.53% -
XYZ 15.36 13.44 8.99 -
YUV 103.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 136 92 78 0 0.32 0.43 0.47 14.48 0.27 0.42
Hex 88 5C 4E 0 20 2B 2F E 1B 2A
Octal 210 134 116 0 40 53 57 16 33 52
Binary 10001000 1011100 1001110 0 100000 101011 101111 1110 11011 101010

Color Harmonies of #885C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C4E

Black with #885C4E

Text Example


Text Example

White with #885C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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