Html Css Color HEX #885E48 Spicy Mix

📋 copy color: '#885E48'

red 136 ◦ green 94 ◦ blue 72

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

Shades of Spicy Mix #885E48

Tints of Spicy Mix #885E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 45.03%
G = 31.13%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#885E48 (or 0x885E48) is known color: Spicy Mix. HEX triplet: 88, 5E and 48. RGB value is (136,94,72). Sum of RGB (Red+Green+Blue) = 136+94+72=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #885E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E48 is #77A1B7. Grayscale: #686868. Windows color (decimal): -7840184 or 4742792. OLE color: 4742792.

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

Color convert

RGB 136 94 72 -
CMYK 0 0.31 0.47 0.47
HSL 20.63º 0.31% 0.41% -
HSV(B) 20.63º 0.47% 0.53% -
XYZ 15.33 13.71 7.97 -
YUV 104.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 136 94 72 0 0.31 0.47 0.47 20.63 0.31 0.41
Hex 88 5E 48 0 1F 2F 2F 15 1F 29
Octal 210 136 110 0 37 57 57 25 37 51
Binary 10001000 1011110 1001000 0 11111 101111 101111 10101 11111 101001

Color Harmonies of #885E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E48

Black with #885E48

Text Example


Text Example

White with #885E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,72); }

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

background-color css

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

 a { background-color: rgb(136,94,72); }

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

border-color css

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

 span { border-color: rgb(136,94,72); }

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