Html Css Color HEX #885A4F Spicy Mix

📋 copy color: '#885A4F'

red 136 ◦ green 90 ◦ blue 79

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

Shades of Spicy Mix #885A4F

Tints of Spicy Mix #885A4F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.51%

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

R = 44.59%
G = 29.51%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#885A4F (or 0x885A4F) is known color: Spicy Mix. HEX triplet: 88, 5A and 4F. RGB value is (136,90,79). Sum of RGB (Red+Green+Blue) = 136+90+79=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885A4F is #77A5B0. Grayscale: #666666. Windows color (decimal): -7841201 or 5200520. OLE color: 5200520.

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

Color convert

RGB 136 90 79 -
CMYK 0 0.34 0.42 0.47
HSL 11.58º 0.27% 0.42% -
HSV(B) 11.58º 0.42% 0.53% -
XYZ 15.22 13.11 9.13 -
YUV 102.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 136 90 79 0 0.34 0.42 0.47 11.58 0.27 0.42
Hex 88 5A 4F 0 22 2A 2F C 1B 2A
Octal 210 132 117 0 42 52 57 14 33 52
Binary 10001000 1011010 1001111 0 100010 101010 101111 1100 11011 101010

Color Harmonies of #885A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A4F

Black with #885A4F

Text Example


Text Example

White with #885A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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