#885146

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

Shades of Mule Fawn #885146

Tints of Mule Fawn #885146

Color information

#885146 (or 0x885146) is unknown color: approx Mule Fawn. HEX triplet: 88, 51 and 46. RGB value is (136,81,70). Sum of RGB (Red+Green+Blue) = 136+81+70=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #885146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885146 is #77AEB9. Grayscale: #606060. Windows color (decimal): -7843514 or 4608392. OLE color: 4608392.

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

Color convert

RGB1368170-
CMYK00.400.490.47
HSL10º32.04%40.39%-
HSV(B)10º48.53%53.33%-
XYZ14.211.567.28-
YUV96.19113.22156.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.39%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=47.39%
G=28.22%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136817000.400.490.471032.0440.39
Hex885146028312Fa2028
Octal2101211060506157124050
Binary100010001010001100011001010001100011011111010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885146; }

 p { color: rgb(136,81,70); }

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

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

 a { background-color: rgb(136,81,70); }

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

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

 span { border-color: rgb(136,81,70); }

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