Html Css Color HEX #82705C Donkey Brown

📋 copy color: '#82705C'

red 130 ◦ green 112 ◦ blue 92

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

Shades of Donkey Brown #82705C

Tints of Donkey Brown #82705C

RGB

 RED value IS 130 (51.17% from 255) = 38.92%

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 38.92%
G = 33.53%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82705C (or 0x82705C) is known color: Donkey Brown. HEX triplet: 82, 70 and 5C. RGB value is (130,112,92). Sum of RGB (Red+Green+Blue) = 130+112+92=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82705C is #7D8FA3. Grayscale: #737373. Windows color (decimal): -8228772 or 6058114. OLE color: 6058114.

HSL color Cylindrical-coordinate representation of color #82705C: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82705C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 92 -
CMYK 0 0.14 0.29 0.49
HSL 31.58º 0.17% 0.44% -
HSV(B) 31.58º 0.29% 0.51% -
XYZ 16.93 17.11 12.53 -
YUV 115.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 130 112 92 0 0.14 0.29 0.49 31.58 0.17 0.44
Hex 82 70 5C 0 E 1D 31 20 11 2C
Octal 202 160 134 0 16 35 61 40 21 54
Binary 10000010 1110000 1011100 0 1110 11101 110001 100000 10001 101100

Color Harmonies of #82705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82705C

Black with #82705C

Text Example


Text Example

White with #82705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82705C;
 }
 .AnyTagClassName
 {
   color: #82705C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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