Html Css Color HEX #87705E Donkey Brown

📋 copy color: '#87705E'

red 135 ◦ green 112 ◦ blue 94

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

Shades of Donkey Brown #87705E

Tints of Donkey Brown #87705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 39.59%
G = 32.84%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87705E (or 0x87705E) is known color: Donkey Brown. HEX triplet: 87, 70 and 5E. RGB value is (135,112,94). Sum of RGB (Red+Green+Blue) = 135+112+94=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87705E is #788FA1. Grayscale: #747474. Windows color (decimal): -7901090 or 6189191. OLE color: 6189191.

HSL color Cylindrical-coordinate representation of color #87705E: hue angle of 26.34º degrees, saturation: 0.18, 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 #87705E is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 94 -
CMYK 0 0.17 0.30 0.47
HSL 26.34º 0.18% 0.45% -
HSV(B) 26.34º 0.3% 0.53% -
XYZ 17.81 17.55 13.04 -
YUV 116.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 135 112 94 0 0.17 0.30 0.47 26.34 0.18 0.45
Hex 87 70 5E 0 11 1E 2F 1A 12 2D
Octal 207 160 136 0 21 36 57 32 22 55
Binary 10000111 1110000 1011110 0 10001 11110 101111 11010 10010 101101

Color Harmonies of #87705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87705E

Black with #87705E

Text Example


Text Example

White with #87705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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