#857160

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

Shades of Donkey Brown #857160

Tints of Donkey Brown #857160

Color information

#857160 (or 0x857160) is unknown color: approx Donkey Brown. HEX triplet: 85, 71 and 60. RGB value is (133,113,96). Sum of RGB (Red+Green+Blue) = 133+113+96=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857160 is #7A8E9F. Grayscale: #757575. Windows color (decimal): -8031904 or 6320517. OLE color: 6320517.

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

Color convert

RGB13311396-
CMYK00.150.280.48
HSL27.57º16.16%44.9%-
HSV(B)27.57º27.82%52.16%-
XYZ17.6917.6413.54-
YUV117.04116.13139.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.89%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=38.89%
G=33.04%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331139600.150.280.4827.5716.1644.9
Hex8571600F1C301c102d
Octal2051611400173460342055
Binary100001011110001110000001111111001100001110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857160; }

 p { color: rgb(133,113,96); }

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

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

 a { background-color: rgb(133,113,96); }

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

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

 span { border-color: rgb(133,113,96); }

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