Html Css Color HEX #88705D Donkey Brown

📋 copy color: '#88705D'

red 136 ◦ green 112 ◦ blue 93

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

Shades of Donkey Brown #88705D

Tints of Donkey Brown #88705D

RGB

 RED value IS 136 (53.52% from 255) = 39.88%

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

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 39.88%
G = 32.84%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88705D (or 0x88705D) is known color: Donkey Brown. HEX triplet: 88, 70 and 5D. RGB value is (136,112,93). Sum of RGB (Red+Green+Blue) = 136+112+93=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705D is #778FA2. Grayscale: #757575. Windows color (decimal): -7835555 or 6123656. OLE color: 6123656.

HSL color Cylindrical-coordinate representation of color #88705D: hue angle of 26.51º 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 #88705D is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 93 -
CMYK 0 0.18 0.32 0.47
HSL 26.51º 0.19% 0.45% -
HSV(B) 26.51º 0.32% 0.53% -
XYZ 17.92 17.61 12.81 -
YUV 117.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 136 112 93 0 0.18 0.32 0.47 26.51 0.19 0.45
Hex 88 70 5D 0 12 20 2F 1B 13 2D
Octal 210 160 135 0 22 40 57 33 23 55
Binary 10001000 1110000 1011101 0 10010 100000 101111 11011 10011 101101

Color Harmonies of #88705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88705D

Black with #88705D

Text Example


Text Example

White with #88705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88705D; }

 p { color: rgb(136,112,93); }

 H1.HeaderClassName
 {
   color: #88705D;
 }
 .AnyTagClassName
 {
   color: #88705D;
 }
</style>

background-color css

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

 a { background-color: rgb(136,112,93); }

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

border-color css

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

 span { border-color: rgb(136,112,93); }

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