#80705C

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

Shades of Donkey Brown #80705C

Tints of Donkey Brown #80705C

Color information

#80705C (or 0x80705C) is unknown color: approx Donkey Brown. HEX triplet: 80, 70 and 5C. RGB value is (128,112,92). Sum of RGB (Red+Green+Blue) = 128+112+92=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #80705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80705C is #7F8FA3. Grayscale: #727272. Windows color (decimal): -8359844 or 6058112. OLE color: 6058112.

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

Color convert

RGB12811292-
CMYK00.120.280.50
HSL33.33º16.36%43.14%-
HSV(B)33.33º28.12%50.2%-
XYZ16.6316.9512.52-
YUV114.5115.3137.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 92 (36.33% from 255) = 27.71%
R=38.55%
G=33.73%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281129200.120.280.5033.3316.3643.14
Hex80705C0C1C3221102b
Octal2001601340143462412053
Binary1000000011100001011100011001110011001010000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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