Html Css Color HEX #82705D Donkey Brown

📋 copy color: '#82705D'

red 130 ◦ green 112 ◦ blue 93

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

Shades of Donkey Brown #82705D

Tints of Donkey Brown #82705D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 38.81%
G = 33.43%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82705D (or 0x82705D) is known color: Donkey Brown. HEX triplet: 82, 70 and 5D. RGB value is (130,112,93). Sum of RGB (Red+Green+Blue) = 130+112+93=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82705D is #7D8FA2. Grayscale: #737373. Windows color (decimal): -8228771 or 6123650. OLE color: 6123650.

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

Color convert

RGB 130 112 93 -
CMYK 0 0.14 0.28 0.49
HSL 30.81º 0.17% 0.44% -
HSV(B) 30.81º 0.28% 0.51% -
XYZ 16.98 17.12 12.77 -
YUV 115.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 130 112 93 0 0.14 0.28 0.49 30.81 0.17 0.44
Hex 82 70 5D 0 E 1C 31 1F 11 2C
Octal 202 160 135 0 16 34 61 37 21 54
Binary 10000010 1110000 1011101 0 1110 11100 110001 11111 10001 101100

Color Harmonies of #82705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82705D

Black with #82705D

Text Example


Text Example

White with #82705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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