#856E5D

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

Shades of Donkey Brown #856E5D

Tints of Donkey Brown #856E5D

Color information

#856E5D (or 0x856E5D) is unknown color: approx Donkey Brown. HEX triplet: 85, 6E and 5D. RGB value is (133,110,93). Sum of RGB (Red+Green+Blue) = 133+110+93=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E5D is #7A91A2. Grayscale: #737373. Windows color (decimal): -8032675 or 6123141. OLE color: 6123141.

HSL color Cylindrical-coordinate representation of color #856E5D: hue angle of 25.5º 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 #856E5D is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13311093-
CMYK00.170.300.48
HSL25.5º17.7%44.31%-
HSV(B)25.5º30.08%52.16%-
XYZ17.2216.9312.72-
YUV114.94115.62140.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=39.58%
G=32.74%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331109300.170.300.4825.517.744.31
Hex856E5D0111E3019122c
Octal2051561350213660312254
Binary1000010111011101011101010001111101100001100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856E5D; }

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

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

<style>
 a { background-color: #856E5D; }

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

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

<style>
 span { border-color: #856E5D; }

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

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