#85715D

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

Shades of Donkey Brown #85715D

Tints of Donkey Brown #85715D

Color information

#85715D (or 0x85715D) is unknown color: approx Donkey Brown. HEX triplet: 85, 71 and 5D. RGB value is (133,113,93). Sum of RGB (Red+Green+Blue) = 133+113+93=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715D is #7A8EA2. Grayscale: #747474. Windows color (decimal): -8031907 or 6123909. OLE color: 6123909.

HSL color Cylindrical-coordinate representation of color #85715D: hue angle of 30º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85715D is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13311393-
CMYK00.150.300.48
HSL30º17.7%44.31%-
HSV(B)30º30.08%52.16%-
XYZ17.5517.5912.83-
YUV116.7114.63139.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 27.43%
R=39.23%
G=33.33%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331139300.150.300.483017.744.31
Hex85715D0F1E301e122c
Octal2051611350173660362254
Binary100001011110001101110101111111101100001111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85715D; }

 p { color: rgb(133,113,93); }

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

<style>
 a { background-color: #85715D; }

 a { background-color: rgb(133,113,93); }

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

<style>
 span { border-color: #85715D; }

 span { border-color: rgb(133,113,93); }

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