Html Css Color HEX #885041 Mule Fawn

📋 copy color: '#885041'

red 136 ◦ green 80 ◦ blue 65

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

Shades of Mule Fawn #885041

Tints of Mule Fawn #885041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 48.4%
G = 28.47%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885041 (or 0x885041) is known color: Mule Fawn. HEX triplet: 88, 50 and 41. RGB value is (136,80,65). Sum of RGB (Red+Green+Blue) = 136+80+65=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #885041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885041 is #77AFBE. Grayscale: #5F5F5F. Windows color (decimal): -7843775 or 4280456. OLE color: 4280456.

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

Color convert

RGB 136 80 65 -
CMYK 0 0.41 0.52 0.47
HSL 12.68º 0.35% 0.39% -
HSV(B) 12.68º 0.52% 0.53% -
XYZ 13.98 11.35 6.46 -
YUV 95.03 111.05 157.22 -
System Red Green Blue C M Y K H S L
Decimal 136 80 65 0 0.41 0.52 0.47 12.68 0.35 0.39
Hex 88 50 41 0 29 34 2F D 23 27
Octal 210 120 101 0 51 64 57 15 43 47
Binary 10001000 1010000 1000001 0 101001 110100 101111 1101 100011 100111

Color Harmonies of #885041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885041

Black with #885041

Text Example


Text Example

White with #885041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885041; }

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

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

background-color css

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

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

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

border-color css

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

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

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