Html Css Color HEX #82725F Donkey Brown

📋 copy color: '#82725F'

red 130 ◦ green 114 ◦ blue 95

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

Shades of Donkey Brown #82725F

Tints of Donkey Brown #82725F

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 value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#82725F (or 0x82725F) is known color: 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

RGB 130 114 95 -
CMYK 0 0.12 0.27 0.49
HSL 32.57º 0.16% 0.44% -
HSV(B) 32.57º 0.27% 0.51% -
XYZ 17.29 17.61 13.31 -
YUV 116.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 130 114 95 0 0.12 0.27 0.49 32.57 0.16 0.44
Hex 82 72 5F 0 C 1B 31 21 10 2C
Octal 202 162 137 0 14 33 61 41 20 54
Binary 10000010 1110010 1011111 0 1100 11011 110001 100001 10000 101100

Color Harmonies of #82725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82725F

Black with #82725F

Text Example


Text Example

White with #82725F

Text Example


Text Example

HTML Codes & Css Web 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>