#82725F

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

Shades of Donkey Brown #82725F

Tints of Donkey Brown #82725F

Color information

#82725F (or 0x82725F) is unknown color: approx Donkey Brown. HEX triplet: 82, 72 and 5F. RGB value is (130,114,95). Sum of RGB (Red+Green+Blue) = 130+114+95=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #82725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82725F is #7D8DA0. Grayscale: #747474. Windows color (decimal): -8228257 or 6255234. OLE color: 6255234.

HSL color Cylindrical-coordinate representation of color #82725F: hue angle of 32.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82725F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13011495-
CMYK00.120.270.49
HSL32.57º15.56%44.12%-
HSV(B)32.57º26.92%50.98%-
XYZ17.2917.6113.31-
YUV116.62115.8137.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 95 (37.5% from 255) = 28.02%
R=38.35%
G=33.63%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301149500.120.270.4932.5715.5644.12
Hex82725F0C1B3121102c
Octal2021621370143361412054
Binary1000001011100101011111011001101111000110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,114,95); }

 H1.HeaderClassName
 {
   color: #82725F;
 }
 .AnyTagClassName
 {
   color: #82725F;
 }
</style>
background-color css

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

 a { background-color: rgb(130,114,95); }

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

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

 span { border-color: rgb(130,114,95); }

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