#856E5E

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

Shades of Donkey Brown #856E5E

Tints of Donkey Brown #856E5E

Color information

#856E5E (or 0x856E5E) is unknown color: approx Donkey Brown. HEX triplet: 85, 6E and 5E. RGB value is (133,110,94). Sum of RGB (Red+Green+Blue) = 133+110+94=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856E5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E5E is #7A91A1. Grayscale: #737373. Windows color (decimal): -8032674 or 6188677. OLE color: 6188677.

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

Color convert

RGB13311094-
CMYK00.170.290.48
HSL24.62º17.18%44.51%-
HSV(B)24.62º29.32%52.16%-
XYZ17.2716.9512.95-
YUV115.05116.12140.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 94 (37.11% from 255) = 27.89%
R=39.47%
G=32.64%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331109400.170.290.4824.6217.1844.51
Hex856E5E0111D3019112d
Octal2051561360213560312155
Binary1000010111011101011110010001111011100001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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