#88705E

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

Shades of Donkey Brown #88705E

Tints of Donkey Brown #88705E

Color information

#88705E (or 0x88705E) is unknown color: approx Donkey Brown. HEX triplet: 88, 70 and 5E. RGB value is (136,112,94). Sum of RGB (Red+Green+Blue) = 136+112+94=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88705E is #778FA1. Grayscale: #757575. Windows color (decimal): -7835554 or 6189192. OLE color: 6189192.

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

Color convert

RGB13611294-
CMYK00.180.310.47
HSL25.71º18.26%45.1%-
HSV(B)25.71º30.88%53.33%-
XYZ17.9717.6313.05-
YUV117.12114.95141.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 94 (37.11% from 255) = 27.49%
R=39.77%
G=32.75%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361129400.180.310.4725.7118.2645.1
Hex88705E0121F2F1a122d
Octal2101601360223757322255
Binary1000100011100001011110010010111111011111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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