#87705B

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

Shades of Donkey Brown #87705B

Tints of Donkey Brown #87705B

Color information

#87705B (or 0x87705B) is unknown color: approx Donkey Brown. HEX triplet: 87, 70 and 5B. RGB value is (135,112,91). Sum of RGB (Red+Green+Blue) = 135+112+91=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #87705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87705B is #788FA4. Grayscale: #747474. Windows color (decimal): -7901093 or 5992583. OLE color: 5992583.

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

Color convert

RGB13511291-
CMYK00.170.330.47
HSL28.64º19.47%44.31%-
HSV(B)28.64º32.59%52.94%-
XYZ17.6717.4912.34-
YUV116.48113.62141.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=39.94%
G=33.14%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351129100.170.330.4728.6419.4744.31
Hex87705B011212F1d132c
Octal2071601330214157352354
Binary10000111111000010110110100011000011011111110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87705B; }

 p { color: rgb(135,112,91); }

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

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

 a { background-color: rgb(135,112,91); }

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

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

 span { border-color: rgb(135,112,91); }

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