#80705D

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

Shades of Donkey Brown #80705D

Tints of Donkey Brown #80705D

Color information

#80705D (or 0x80705D) is unknown color: approx Donkey Brown. HEX triplet: 80, 70 and 5D. RGB value is (128,112,93). Sum of RGB (Red+Green+Blue) = 128+112+93=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #80705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80705D is #7F8FA2. Grayscale: #727272. Windows color (decimal): -8359843 or 6123648. OLE color: 6123648.

HSL color Cylindrical-coordinate representation of color #80705D: hue angle of 32.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80705D is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB12811293-
CMYK00.120.270.50
HSL32.57º15.84%43.33%-
HSV(B)32.57º27.34%50.2%-
XYZ16.6716.9712.75-
YUV114.62115.8137.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=38.44%
G=33.63%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281129300.120.270.5032.5715.8443.33
Hex80705D0C1B3221102b
Octal2001601350143362412053
Binary1000000011100001011101011001101111001010000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80705D; }

 p { color: rgb(128,112,93); }

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

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

 a { background-color: rgb(128,112,93); }

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

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

 span { border-color: rgb(128,112,93); }

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