Html Css Color HEX #885A49 Spicy Mix

📋 copy color: '#885A49'

red 136 ◦ green 90 ◦ blue 73

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

Shades of Spicy Mix #885A49

Tints of Spicy Mix #885A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.41%

R = 45.48%
G = 30.1%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#885A49 (or 0x885A49) is known color: Spicy Mix. HEX triplet: 88, 5A and 49. RGB value is (136,90,73). Sum of RGB (Red+Green+Blue) = 136+90+73=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A49 is #77A5B6. Grayscale: #656565. Windows color (decimal): -7841207 or 4807304. OLE color: 4807304.

HSL color Cylindrical-coordinate representation of color #885A49: hue angle of 16.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885A49 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 90 73 -
CMYK 0 0.34 0.46 0.47
HSL 16.19º 0.3% 0.41% -
HSV(B) 16.19º 0.46% 0.53% -
XYZ 15.01 13.03 8.03 -
YUV 101.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 136 90 73 0 0.34 0.46 0.47 16.19 0.3 0.41
Hex 88 5A 49 0 22 2E 2F 10 1E 29
Octal 210 132 111 0 42 56 57 20 36 51
Binary 10001000 1011010 1001001 0 100010 101110 101111 10000 11110 101001

Color Harmonies of #885A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A49

Black with #885A49

Text Example


Text Example

White with #885A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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