#826E5D

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

Shades of Donkey Brown #826E5D

Tints of Donkey Brown #826E5D

Color information

#826E5D (or 0x826E5D) is unknown color: approx Donkey Brown. HEX triplet: 82, 6E and 5D. RGB value is (130,110,93). Sum of RGB (Red+Green+Blue) = 130+110+93=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E5D is #7D91A2. Grayscale: #727272. Windows color (decimal): -8229283 or 6123138. OLE color: 6123138.

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

Color convert

RGB13011093-
CMYK00.150.280.49
HSL27.57º16.59%43.73%-
HSV(B)27.57º28.46%50.98%-
XYZ16.7616.6912.69-
YUV114.04116.13139.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=39.04%
G=33.03%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301109300.150.280.4927.5716.5943.73
Hex826E5D0F1C311c112c
Octal2021561350173461342154
Binary100000101101110101110101111111001100011110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826E5D; }

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

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

<style>
 a { background-color: #826E5D; }

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

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

<style>
 span { border-color: #826E5D; }

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

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