Html Css Color HEX #80705D Donkey Brown

📋 copy color: '#80705D'

red 128 ◦ green 112 ◦ blue 93

#80705D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #80705D

Tints of Donkey Brown #80705D

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 value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80705D (or 0x80705D) is known color: 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

RGB 128 112 93 -
CMYK 0 0.12 0.27 0.50
HSL 32.57º 0.16% 0.43% -
HSV(B) 32.57º 0.27% 0.5% -
XYZ 16.67 16.97 12.75 -
YUV 114.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 128 112 93 0 0.12 0.27 0.50 32.57 0.16 0.43
Hex 80 70 5D 0 C 1B 32 21 10 2B
Octal 200 160 135 0 14 33 62 41 20 53
Binary 10000000 1110000 1011101 0 1100 11011 110010 100001 10000 101011

Color Harmonies of #80705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80705D

Black with #80705D

Text Example


Text Example

White with #80705D

Text Example


Text Example

HTML Codes & Css Web 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>