Html Css Color HEX #82715D Donkey Brown

📋 copy color: '#82715D'

red 130 ◦ green 113 ◦ blue 93

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

Shades of Donkey Brown #82715D

Tints of Donkey Brown #82715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 38.69%
G = 33.63%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82715D (or 0x82715D) is known color: Donkey Brown. HEX triplet: 82, 71 and 5D. RGB value is (130,113,93). Sum of RGB (Red+Green+Blue) = 130+113+93=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82715D is #7D8EA2. Grayscale: #737373. Windows color (decimal): -8228515 or 6123906. OLE color: 6123906.

HSL color Cylindrical-coordinate representation of color #82715D: hue angle of 32.43º 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 #82715D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 93 -
CMYK 0 0.13 0.28 0.49
HSL 32.43º 0.17% 0.44% -
HSV(B) 32.43º 0.28% 0.51% -
XYZ 17.09 17.35 12.8 -
YUV 115.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 130 113 93 0 0.13 0.28 0.49 32.43 0.17 0.44
Hex 82 71 5D 0 D 1C 31 20 11 2C
Octal 202 161 135 0 15 34 61 40 21 54
Binary 10000010 1110001 1011101 0 1101 11100 110001 100000 10001 101100

Color Harmonies of #82715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82715D

Black with #82715D

Text Example


Text Example

White with #82715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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