#826C58

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

Shades of Donkey Brown #826C58

Tints of Donkey Brown #826C58

Color information

#826C58 (or 0x826C58) is unknown color: approx Donkey Brown. HEX triplet: 82, 6C and 58. RGB value is (130,108,88). Sum of RGB (Red+Green+Blue) = 130+108+88=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C58 is #7D93A7. Grayscale: #707070. Windows color (decimal): -8229800 or 5794946. OLE color: 5794946.

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

Color convert

RGB13010888-
CMYK00.170.320.49
HSL28.57º19.27%42.75%-
HSV(B)28.57º32.31%50.98%-
XYZ16.3316.1811.49-
YUV112.3114.29140.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=39.88%
G=33.13%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301088800.170.320.4928.5719.2742.75
Hex826C5801120311d132b
Octal2021541300214061352353
Binary10000010110110010110000100011000001100011110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,108,88); }

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

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

 a { background-color: rgb(130,108,88); }

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

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

 span { border-color: rgb(130,108,88); }

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