#885448

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

Shades of Mule Fawn #885448

Tints of Mule Fawn #885448

Color information

#885448 (or 0x885448) is unknown color: approx Mule Fawn. HEX triplet: 88, 54 and 48. RGB value is (136,84,72). Sum of RGB (Red+Green+Blue) = 136+84+72=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #885448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885448 is #77ABB7. Grayscale: #626262. Windows color (decimal): -7842744 or 4740232. OLE color: 4740232.

HSL color Cylindrical-coordinate representation of color #885448: hue angle of 11.25º 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 #885448 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1368472-
CMYK00.380.470.47
HSL11.25º30.77%40.78%-
HSV(B)11.25º47.06%53.33%-
XYZ14.4912.047.69-
YUV98.18113.23154.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=46.58%
G=28.77%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136847200.380.470.4711.2530.7740.78
Hex8854480262F2Fb1f29
Octal2101241100465757133751
Binary10001000101010010010000100110101111101111101111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885448; }

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

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

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

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

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

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

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

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