#895245

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

Shades of Mule Fawn #895245

Tints of Mule Fawn #895245

Color information

#895245 (or 0x895245) is unknown color: approx Mule Fawn. HEX triplet: 89, 52 and 45. RGB value is (137,82,69). Sum of RGB (Red+Green+Blue) = 137+82+69=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #895245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895245 is #76ADBA. Grayscale: #616161. Windows color (decimal): -7777723 or 4543113. OLE color: 4543113.

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

Color convert

RGB1378269-
CMYK00.400.500.46
HSL11.47º33.01%40.39%-
HSV(B)11.47º49.64%53.73%-
XYZ14.4111.787.15-
YUV96.96112.22156.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 69 (27.34% from 255) = 23.96%
R=47.57%
G=28.47%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137826900.400.500.4611.4733.0140.39
Hex895245028322Eb2128
Octal2111221050506256134150
Binary100010011010010100010101010001100101011101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895245; }

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

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

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

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

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

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

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

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