#826E59

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

Shades of Donkey Brown #826E59

Tints of Donkey Brown #826E59

Color information

#826E59 (or 0x826E59) is unknown color: approx Donkey Brown. HEX triplet: 82, 6E and 59. RGB value is (130,110,89). Sum of RGB (Red+Green+Blue) = 130+110+89=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E59 is #7D91A6. Grayscale: #717171. Windows color (decimal): -8229287 or 5860994. OLE color: 5860994.

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

Color convert

RGB13011089-
CMYK00.150.320.49
HSL30.73º18.72%42.94%-
HSV(B)30.73º31.54%50.98%-
XYZ16.5916.6211.78-
YUV113.59114.13139.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=39.51%
G=33.43%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301108900.150.320.4930.7318.7242.94
Hex826E590F20311f132b
Octal2021561310174061372353
Binary1000001011011101011001011111000001100011111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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