#856E5C

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

Shades of Donkey Brown #856E5C

Tints of Donkey Brown #856E5C

Color information

#856E5C (or 0x856E5C) is unknown color: approx Donkey Brown. HEX triplet: 85, 6E and 5C. RGB value is (133,110,92). Sum of RGB (Red+Green+Blue) = 133+110+92=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E5C is #7A91A3. Grayscale: #727272. Windows color (decimal): -8032676 or 6057605. OLE color: 6057605.

HSL color Cylindrical-coordinate representation of color #856E5C: hue angle of 26.34º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856E5C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB13311092-
CMYK00.170.310.48
HSL26.34º18.22%44.12%-
HSV(B)26.34º30.83%52.16%-
XYZ17.1816.9112.48-
YUV114.82115.12140.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 110 (43.36% from 255) = 32.84%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=39.70%
G=32.84%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331109200.170.310.4826.3418.2244.12
Hex856E5C0111F301a122c
Octal2051561340213760322254
Binary1000010111011101011100010001111111100001101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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