#856D5D

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

Shades of Donkey Brown #856D5D

Tints of Donkey Brown #856D5D

Color information

#856D5D (or 0x856D5D) is unknown color: approx Donkey Brown. HEX triplet: 85, 6D and 5D. RGB value is (133,109,93). Sum of RGB (Red+Green+Blue) = 133+109+93=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D5D is #7A92A2. Grayscale: #727272. Windows color (decimal): -8032931 or 6122885. OLE color: 6122885.

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

Color convert

RGB13310993-
CMYK00.180.300.48
HSL24º17.7%44.31%-
HSV(B)24º30.08%52.16%-
XYZ17.1216.7112.68-
YUV114.35115.95141.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=39.70%
G=32.54%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331099300.180.300.482417.744.31
Hex856D5D0121E3018122c
Octal2051551350223660302254
Binary1000010111011011011101010010111101100001100010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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