#826B57

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

Shades of Donkey Brown #826B57

Tints of Donkey Brown #826B57

Color information

#826B57 (or 0x826B57) is unknown color: approx Donkey Brown. HEX triplet: 82, 6B and 57. RGB value is (130,107,87). Sum of RGB (Red+Green+Blue) = 130+107+87=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #826B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B57 is #7D94A8. Grayscale: #6F6F6F. Windows color (decimal): -8230057 or 5729154. OLE color: 5729154.

HSL color Cylindrical-coordinate representation of color #826B57: hue angle of 27.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #826B57 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13010787-
CMYK00.180.330.49
HSL27.91º19.82%42.55%-
HSV(B)27.91º33.08%50.98%-
XYZ16.1815.9511.24-
YUV111.6114.12141.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 87 (34.38% from 255) = 26.85%
R=40.12%
G=33.02%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301078700.180.330.4927.9119.8242.55
Hex826B5701221311c142b
Octal2021531270224161342453
Binary10000010110101110101110100101000011100011110010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,87); }

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

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

 a { background-color: rgb(130,107,87); }

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

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

 span { border-color: rgb(130,107,87); }

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