#85705E

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

Shades of Donkey Brown #85705E

Tints of Donkey Brown #85705E

Color information

#85705E (or 0x85705E) is unknown color: approx Donkey Brown. HEX triplet: 85, 70 and 5E. RGB value is (133,112,94). Sum of RGB (Red+Green+Blue) = 133+112+94=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85705E is #7A8FA1. Grayscale: #747474. Windows color (decimal): -8032162 or 6189189. OLE color: 6189189.

HSL color Cylindrical-coordinate representation of color #85705E: hue angle of 27.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85705E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13311294-
CMYK00.160.290.48
HSL27.69º17.18%44.51%-
HSV(B)27.69º29.32%52.16%-
XYZ17.4917.3813.02-
YUV116.23115.46139.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=39.23%
G=33.04%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331129400.160.290.4827.6917.1844.51
Hex85705E0101D301c112d
Octal2051601360203560342155
Binary1000010111100001011110010000111011100001110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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