#87725F

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

Shades of Donkey Brown #87725F

Tints of Donkey Brown #87725F

Color information

#87725F (or 0x87725F) is unknown color: approx Donkey Brown. HEX triplet: 87, 72 and 5F. RGB value is (135,114,95). Sum of RGB (Red+Green+Blue) = 135+114+95=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87725F is #788DA0. Grayscale: #767676. Windows color (decimal): -7900577 or 6255239. OLE color: 6255239.

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

Color convert

RGB13511495-
CMYK00.160.300.47
HSL28.5º17.39%45.1%-
HSV(B)28.5º29.63%52.94%-
XYZ18.0718.0113.35-
YUV118.11114.96140.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 95 (37.5% from 255) = 27.62%
R=39.24%
G=33.14%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351149500.160.300.4728.517.3945.1
Hex87725F0101E2F1c112d
Octal2071621370203657342155
Binary1000011111100101011111010000111101011111110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87725F; }

 p { color: rgb(135,114,95); }

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

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

 a { background-color: rgb(135,114,95); }

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

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

 span { border-color: rgb(135,114,95); }

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