#875041

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

Shades of Mule Fawn #875041

Tints of Mule Fawn #875041

Color information

#875041 (or 0x875041) is unknown color: approx Mule Fawn. HEX triplet: 87, 50 and 41. RGB value is (135,80,65). Sum of RGB (Red+Green+Blue) = 135+80+65=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #875041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875041 is #78AFBE. Grayscale: #5E5E5E. Windows color (decimal): -7909311 or 4280455. OLE color: 4280455.

HSL color Cylindrical-coordinate representation of color #875041: hue angle of 12.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #875041 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1358065-
CMYK00.410.520.47
HSL12.86º35%39.22%-
HSV(B)12.86º51.85%52.94%-
XYZ13.8111.276.45-
YUV94.73111.22156.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.21%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 65 (25.78% from 255) = 23.21%
R=48.21%
G=28.57%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135806500.410.520.4712.863539.22
Hex875041029342Fd2327
Octal2071201010516457154347
Binary100001111010000100000101010011101001011111101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875041; }

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

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

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

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

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

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

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

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