Html Css Color HEX #80705F Donkey Brown

📋 copy color: '#80705F'

red 128 ◦ green 112 ◦ blue 95

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

Shades of Donkey Brown #80705F

Tints of Donkey Brown #80705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 38.21%
G = 33.43%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80705F (or 0x80705F) is known color: Donkey Brown. HEX triplet: 80, 70 and 5F. RGB value is (128,112,95). Sum of RGB (Red+Green+Blue) = 128+112+95=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80705F is #7F8FA0. Grayscale: #727272. Windows color (decimal): -8359841 or 6254720. OLE color: 6254720.

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

Color convert

RGB 128 112 95 -
CMYK 0 0.12 0.26 0.50
HSL 30.91º 0.15% 0.44% -
HSV(B) 30.91º 0.26% 0.5% -
XYZ 16.76 17 13.23 -
YUV 114.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 128 112 95 0 0.12 0.26 0.50 30.91 0.15 0.44
Hex 80 70 5F 0 C 1A 32 1F F 2C
Octal 200 160 137 0 14 32 62 37 17 54
Binary 10000000 1110000 1011111 0 1100 11010 110010 11111 1111 101100

Color Harmonies of #80705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80705F

Black with #80705F

Text Example


Text Example

White with #80705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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