#895242

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

Shades of Mule Fawn #895242

Tints of Mule Fawn #895242

Color information

#895242 (or 0x895242) is unknown color: approx Mule Fawn. HEX triplet: 89, 52 and 42. RGB value is (137,82,66). Sum of RGB (Red+Green+Blue) = 137+82+66=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #895242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895242 is #76ADBD. Grayscale: #606060. Windows color (decimal): -7777726 or 4346505. OLE color: 4346505.

HSL color Cylindrical-coordinate representation of color #895242: hue angle of 13.52º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #895242 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1378266-
CMYK00.400.520.46
HSL13.52º34.98%39.8%-
HSV(B)13.52º51.82%53.73%-
XYZ14.3211.756.67-
YUV96.62110.72156.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 66 (26.17% from 255) = 23.16%
R=48.07%
G=28.77%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137826600.400.520.4613.5234.9839.8
Hex895242028342Ee2328
Octal2111221020506456164350
Binary100010011010010100001001010001101001011101110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895242; }

 p { color: rgb(137,82,66); }

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

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

 a { background-color: rgb(137,82,66); }

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

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

 span { border-color: rgb(137,82,66); }

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