#82705C

Color #82705C Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #82705C

Tints of Donkey Brown #82705C

Color information

#82705C (or 0x82705C) is unknown color: approx 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

RGB13011292-
CMYK00.140.290.49
HSL31.58º17.12%43.53%-
HSV(B)31.58º29.23%50.98%-
XYZ16.9317.1112.53-
YUV115.1114.96138.63-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301129200.140.290.4931.5817.1243.53
Hex82705C0E1D3120112c
Octal2021601340163561402154
Binary1000001011100001011100011101110111000110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>