#857061

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

Shades of Donkey Brown #857061

Tints of Donkey Brown #857061

Color information

#857061 (or 0x857061) is unknown color: approx Donkey Brown. HEX triplet: 85, 70 and 61. RGB value is (133,112,97). Sum of RGB (Red+Green+Blue) = 133+112+97=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857061 is #7A8F9E. Grayscale: #747474. Windows color (decimal): -8032159 or 6385797. OLE color: 6385797.

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

Color convert

RGB13311297-
CMYK00.160.270.48
HSL25º15.65%45.1%-
HSV(B)25º27.07%52.16%-
XYZ17.6217.4413.75-
YUV116.57116.96139.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 97 (38.28% from 255) = 28.36%
R=38.89%
G=32.75%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331129700.160.270.482515.6545.1
Hex8570610101B3019102d
Octal2051601410203360312055
Binary1000010111100001100001010000110111100001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857061; }

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

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

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

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

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

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

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

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