#887160

Color #887160 Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #887160

Tints of Donkey Brown #887160

Color information

#887160 (or 0x887160) is unknown color: approx Donkey Brown. HEX triplet: 88, 71 and 60. RGB value is (136,113,96). Sum of RGB (Red+Green+Blue) = 136+113+96=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #887160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887160 is #778E9F. Grayscale: #767676. Windows color (decimal): -7835296 or 6320520. OLE color: 6320520.

HSL color Cylindrical-coordinate representation of color #887160: hue angle of 25.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #887160 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB13611396-
CMYK00.170.290.47
HSL25.5º17.24%45.49%-
HSV(B)25.5º29.41%53.33%-
XYZ18.1717.8913.56-
YUV117.94115.62140.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 113 (44.53% from 255) = 32.75%
BLUE value IS 96 (37.89% from 255) = 27.83%
R=39.42%
G=32.75%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361139600.170.290.4725.517.2445.49
Hex8871600111D2F19112d
Octal2101611400213557312155
Binary1000100011100011100000010001111011011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887160; }

 p { color: rgb(136,113,96); }

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

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

 a { background-color: rgb(136,113,96); }

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

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

 span { border-color: rgb(136,113,96); }

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