#856F5E

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

Shades of Donkey Brown #856F5E

Tints of Donkey Brown #856F5E

Color information

#856F5E (or 0x856F5E) is unknown color: approx Donkey Brown. HEX triplet: 85, 6F and 5E. RGB value is (133,111,94). Sum of RGB (Red+Green+Blue) = 133+111+94=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F5E is #7A90A1. Grayscale: #737373. Windows color (decimal): -8032418 or 6188933. OLE color: 6188933.

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

Color convert

RGB13311194-
CMYK00.170.290.48
HSL26.15º17.18%44.51%-
HSV(B)26.15º29.32%52.16%-
XYZ17.3817.1612.99-
YUV115.64115.79140.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.35%
GREEN value IS 111 (43.75% from 255) = 32.84%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=39.35%
G=32.84%
B=27.81%

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
Decimal1331119400.170.290.4826.1517.1844.51
Hex856F5E0111D301a112d
Octal2051571360213560322155
Binary1000010111011111011110010001111011100001101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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