Html Css Color HEX #80705E Donkey Brown

📋 copy color: '#80705E'

red 128 ◦ green 112 ◦ blue 94

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

Shades of Donkey Brown #80705E

Tints of Donkey Brown #80705E

RGB

 RED value IS 128 (50.39% from 255) = 38.32%

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 38.32%
G = 33.53%
B = 28.14%

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

#80705E (or 0x80705E) is known color: Donkey Brown. HEX triplet: 80, 70 and 5E. RGB value is (128,112,94). Sum of RGB (Red+Green+Blue) = 128+112+94=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #80705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80705E is #7F8FA1. Grayscale: #727272. Windows color (decimal): -8359842 or 6189184. OLE color: 6189184.

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

Color convert

RGB 128 112 94 -
CMYK 0 0.12 0.27 0.50
HSL 31.76º 0.15% 0.44% -
HSV(B) 31.76º 0.27% 0.5% -
XYZ 16.72 16.99 12.99 -
YUV 114.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 128 112 94 0 0.12 0.27 0.50 31.76 0.15 0.44
Hex 80 70 5E 0 C 1B 32 20 F 2C
Octal 200 160 136 0 14 33 62 40 17 54
Binary 10000000 1110000 1011110 0 1100 11011 110010 100000 1111 101100

Color Harmonies of #80705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80705E

Black with #80705E

Text Example


Text Example

White with #80705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80705E;
 }
 .AnyTagClassName
 {
   color: #80705E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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