#826F5B

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

Shades of Donkey Brown #826F5B

Tints of Donkey Brown #826F5B

Color information

#826F5B (or 0x826F5B) is unknown color: approx Donkey Brown. HEX triplet: 82, 6F and 5B. RGB value is (130,111,91). Sum of RGB (Red+Green+Blue) = 130+111+91=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #826F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F5B is #7D90A4. Grayscale: #727272. Windows color (decimal): -8229029 or 5992322. OLE color: 5992322.

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

Color convert

RGB13011191-
CMYK00.150.300.49
HSL30.77º17.65%43.33%-
HSV(B)30.77º30%50.98%-
XYZ16.7816.8712.27-
YUV114.4114.79139.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=39.16%
G=33.43%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301119100.150.300.4930.7717.6543.33
Hex826F5B0F1E311f122b
Octal2021571330173661372253
Binary100000101101111101101101111111101100011111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,111,91); }

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

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

 a { background-color: rgb(130,111,91); }

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

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

 span { border-color: rgb(130,111,91); }

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