#856B59

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

Shades of Donkey Brown #856B59

Tints of Donkey Brown #856B59

Color information

#856B59 (or 0x856B59) is unknown color: approx Donkey Brown. HEX triplet: 85, 6B and 59. RGB value is (133,107,89). Sum of RGB (Red+Green+Blue) = 133+107+89=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B59 is #7A94A6. Grayscale: #707070. Windows color (decimal): -8033447 or 5860229. OLE color: 5860229.

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

Color convert

RGB13310789-
CMYK00.200.330.48
HSL24.55º19.82%43.53%-
HSV(B)24.55º33.08%52.16%-
XYZ16.7316.2211.7-
YUV112.72114.61142.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=40.43%
G=32.52%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331078900.200.330.4824.5519.8243.53
Hex856B59014213019142c
Octal2051531310244160312454
Binary10000101110101110110010101001000011100001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,89); }

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

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

 a { background-color: rgb(133,107,89); }

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

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

 span { border-color: rgb(133,107,89); }

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