#88705B

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

Shades of Donkey Brown #88705B

Tints of Donkey Brown #88705B

Color information

#88705B (or 0x88705B) is unknown color: approx 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

RGB13611291-
CMYK00.180.330.47
HSL28º19.82%44.51%-
HSV(B)28º33.09%53.33%-
XYZ17.8417.5812.35-
YUV116.78113.45141.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361129100.180.330.472819.8244.51
Hex88705B012212F1c142d
Octal2101601330224157342455
Binary10001000111000010110110100101000011011111110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>