Html Css Color HEX #885D4F Spicy Mix

📋 copy color: '#885D4F'

red 136 ◦ green 93 ◦ blue 79

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

Shades of Spicy Mix #885D4F

Tints of Spicy Mix #885D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 44.16%
G = 30.19%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#885D4F (or 0x885D4F) is known color: Spicy Mix. HEX triplet: 88, 5D and 4F. RGB value is (136,93,79). Sum of RGB (Red+Green+Blue) = 136+93+79=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #885D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885D4F is #77A2B0. Grayscale: #686868. Windows color (decimal): -7840433 or 5201288. OLE color: 5201288.

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

Color convert

RGB 136 93 79 -
CMYK 0 0.32 0.42 0.47
HSL 14.74º 0.27% 0.42% -
HSV(B) 14.74º 0.42% 0.53% -
XYZ 15.48 13.63 9.21 -
YUV 104.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 136 93 79 0 0.32 0.42 0.47 14.74 0.27 0.42
Hex 88 5D 4F 0 20 2A 2F F 1B 2A
Octal 210 135 117 0 40 52 57 17 33 52
Binary 10001000 1011101 1001111 0 100000 101010 101111 1111 11011 101010

Color Harmonies of #885D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D4F

Black with #885D4F

Text Example


Text Example

White with #885D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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