Html Css Color HEX #87705C Donkey Brown

📋 copy color: '#87705C'

red 135 ◦ green 112 ◦ blue 92

#87705C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #87705C

Tints of Donkey Brown #87705C

RGB

 RED value IS 135 (53.13% from 255) = 39.82%

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 39.82%
G = 33.04%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87705C (or 0x87705C) is known color: Donkey Brown. HEX triplet: 87, 70 and 5C. RGB value is (135,112,92). Sum of RGB (Red+Green+Blue) = 135+112+92=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87705C is #788FA3. Grayscale: #747474. Windows color (decimal): -7901092 or 6058119. OLE color: 6058119.

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

Color convert

RGB 135 112 92 -
CMYK 0 0.17 0.32 0.47
HSL 27.91º 0.19% 0.45% -
HSV(B) 27.91º 0.32% 0.53% -
XYZ 17.72 17.51 12.57 -
YUV 116.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 135 112 92 0 0.17 0.32 0.47 27.91 0.19 0.45
Hex 87 70 5C 0 11 20 2F 1C 13 2D
Octal 207 160 134 0 21 40 57 34 23 55
Binary 10000111 1110000 1011100 0 10001 100000 101111 11100 10011 101101

Color Harmonies of #87705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87705C

Black with #87705C

Text Example


Text Example

White with #87705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87705C;
 }
 .AnyTagClassName
 {
   color: #87705C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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