Html Css Color HEX #88705B Donkey Brown

📋 copy color: '#88705B'

red 136 ◦ green 112 ◦ blue 91

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

Shades of Donkey Brown #88705B

Tints of Donkey Brown #88705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.84%

R = 40.12%
G = 33.04%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88705B (or 0x88705B) is known color: Donkey Brown. HEX triplet: 88, 70 and 5B. RGB value is (136,112,91). Sum of RGB (Red+Green+Blue) = 136+112+91=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #88705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705B is #778FA4. Grayscale: #747474. Windows color (decimal): -7835557 or 5992584. OLE color: 5992584.

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

Color convert

RGB 136 112 91 -
CMYK 0 0.18 0.33 0.47
HSL 28º 0.2% 0.45% -
HSV(B) 28º 0.33% 0.53% -
XYZ 17.84 17.58 12.35 -
YUV 116.78 113.45 141.71 -
System Red Green Blue C M Y K H S L
Decimal 136 112 91 0 0.18 0.33 0.47 28 0.2 0.45
Hex 88 70 5B 0 12 21 2F 1C 14 2D
Octal 210 160 133 0 22 41 57 34 24 55
Binary 10001000 1110000 1011011 0 10010 100001 101111 11100 10100 101101

Color Harmonies of #88705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88705B

Black with #88705B

Text Example


Text Example

White with #88705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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