#827061

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

Shades of Donkey Brown #827061

Tints of Donkey Brown #827061

Color information

#827061 (or 0x827061) is unknown color: approx Donkey Brown. HEX triplet: 82, 70 and 61. RGB value is (130,112,97). Sum of RGB (Red+Green+Blue) = 130+112+97=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #827061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827061 is #7D8F9E. Grayscale: #737373. Windows color (decimal): -8228767 or 6385794. OLE color: 6385794.

HSL color Cylindrical-coordinate representation of color #827061: hue angle of 27.27º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827061 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13011297-
CMYK00.140.250.49
HSL27.27º14.54%44.51%-
HSV(B)27.27º25.38%50.98%-
XYZ17.1617.213.72-
YUV115.67117.46138.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=38.35%
G=33.04%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301129700.140.250.4927.2714.5444.51
Hex8270610E19311bf2d
Octal2021601410163161331755
Binary10000010111000011000010111011001110001110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827061; }

 p { color: rgb(130,112,97); }

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

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

 a { background-color: rgb(130,112,97); }

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

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

 span { border-color: rgb(130,112,97); }

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