Html Css Color HEX #885040 Mule Fawn

📋 copy color: '#885040'

red 136 ◦ green 80 ◦ blue 64

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

Shades of Mule Fawn #885040

Tints of Mule Fawn #885040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 48.57%
G = 28.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#885040 (or 0x885040) is known color: Mule Fawn. HEX triplet: 88, 50 and 40. RGB value is (136,80,64). Sum of RGB (Red+Green+Blue) = 136+80+64=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #885040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885040 is #77AFBF. Grayscale: #5F5F5F. Windows color (decimal): -7843776 or 4214920. OLE color: 4214920.

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

Color convert

RGB 136 80 64 -
CMYK 0 0.41 0.53 0.47
HSL 13.33º 0.36% 0.39% -
HSV(B) 13.33º 0.53% 0.53% -
XYZ 13.95 11.34 6.3 -
YUV 94.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 136 80 64 0 0.41 0.53 0.47 13.33 0.36 0.39
Hex 88 50 40 0 29 35 2F D 24 27
Octal 210 120 100 0 51 65 57 15 44 47
Binary 10001000 1010000 1000000 0 101001 110101 101111 1101 100100 100111

Color Harmonies of #885040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885040

Black with #885040

Text Example


Text Example

White with #885040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885040; }

 p { color: rgb(136,80,64); }

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

background-color css

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

 a { background-color: rgb(136,80,64); }

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

border-color css

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

 span { border-color: rgb(136,80,64); }

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