#885042

Color #885042 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #885042

Tints of Mule Fawn #885042

Color information

#885042 (or 0x885042) is unknown color: approx Mule Fawn. HEX triplet: 88, 50 and 42. RGB value is (136,80,66). Sum of RGB (Red+Green+Blue) = 136+80+66=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #885042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885042 is #77AFBD. Grayscale: #5F5F5F. Windows color (decimal): -7843774 or 4345992. OLE color: 4345992.

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

Color convert

RGB1368066-
CMYK00.410.510.47
HSL12º34.65%39.61%-
HSV(B)12º51.47%53.33%-
XYZ14.0111.366.61-
YUV95.15111.55157.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=48.23%
G=28.37%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136806600.410.510.471234.6539.61
Hex885042029332Fc2328
Octal2101201020516357144350
Binary100010001010000100001001010011100111011111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885042; }

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

 H1.HeaderClassName
 {
   color: #885042;
 }
 .AnyTagClassName
 {
   color: #885042;
 }
</style>
background-color css

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

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

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

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

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

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