#88705C

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

Shades of Donkey Brown #88705C

Tints of Donkey Brown #88705C

Color information

#88705C (or 0x88705C) is unknown color: approx Donkey Brown. HEX triplet: 88, 70 and 5C. RGB value is (136,112,92). Sum of RGB (Red+Green+Blue) = 136+112+92=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705C is #778FA3. Grayscale: #757575. Windows color (decimal): -7835556 or 6058120. OLE color: 6058120.

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

Color convert

RGB13611292-
CMYK00.180.320.47
HSL27.27º19.3%44.71%-
HSV(B)27.27º32.35%53.33%-
XYZ17.8817.612.58-
YUV116.9113.95141.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=40%
G=32.94%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361129200.180.320.4727.2719.344.71
Hex88705C012202F1b132d
Octal2101601340224057332355
Binary10001000111000010111000100101000001011111101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88705C;
 }
 .AnyTagClassName
 {
   color: #88705C;
 }
</style>
background-color css

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

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

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

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

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

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