#857064

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

Shades of Donkey Brown #857064

Tints of Donkey Brown #857064

Color information

#857064 (or 0x857064) is unknown color: approx Donkey Brown. HEX triplet: 85, 70 and 64. RGB value is (133,112,100). Sum of RGB (Red+Green+Blue) = 133+112+100=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #857064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857064 is #7A8F9B. Grayscale: #747474. Windows color (decimal): -8032156 or 6582405. OLE color: 6582405.

HSL color Cylindrical-coordinate representation of color #857064: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857064 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133112100-
CMYK00.160.250.48
HSL21.82º14.16%45.69%-
HSV(B)21.82º24.81%52.16%-
XYZ17.7717.4914.5-
YUV116.91118.46139.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 112 (44.14% from 255) = 32.46%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=38.55%
G=32.46%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311210000.160.250.4821.8214.1645.69
Hex857064010193016e2e
Octal2051601440203160261656
Binary100001011110000110010001000011001110000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857064; }

 p { color: rgb(133,112,100); }

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

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

 a { background-color: rgb(133,112,100); }

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

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

 span { border-color: rgb(133,112,100); }

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