#875045

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

Shades of Mule Fawn #875045

Tints of Mule Fawn #875045

Color information

#875045 (or 0x875045) is unknown color: approx Mule Fawn. HEX triplet: 87, 50 and 45. RGB value is (135,80,69). Sum of RGB (Red+Green+Blue) = 135+80+69=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #875045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875045 is #78AFBA. Grayscale: #5F5F5F. Windows color (decimal): -7909307 or 4542599. OLE color: 4542599.

HSL color Cylindrical-coordinate representation of color #875045: 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 #875045 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1358069-
CMYK00.410.490.47
HSL10º32.35%40%-
HSV(B)10º48.89%52.94%-
XYZ13.9311.327.08-
YUV95.19113.22156.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 80 (31.64% from 255) = 28.17%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=47.54%
G=28.17%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135806900.410.490.471032.3540
Hex875045029312Fa2028
Octal2071201050516157124050
Binary100001111010000100010101010011100011011111010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875045; }

 p { color: rgb(135,80,69); }

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

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

 a { background-color: rgb(135,80,69); }

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

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

 span { border-color: rgb(135,80,69); }

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