#827060

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

Shades of Donkey Brown #827060

Tints of Donkey Brown #827060

Color information

#827060 (or 0x827060) is unknown color: approx Donkey Brown. HEX triplet: 82, 70 and 60. RGB value is (130,112,96). Sum of RGB (Red+Green+Blue) = 130+112+96=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827060 is #7D8F9F. Grayscale: #737373. Windows color (decimal): -8228768 or 6320258. OLE color: 6320258.

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

Color convert

RGB13011296-
CMYK00.140.260.49
HSL28.24º15.04%44.31%-
HSV(B)28.24º26.15%50.98%-
XYZ17.1117.1813.48-
YUV115.56116.96138.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 96 (37.89% from 255) = 28.40%
R=38.46%
G=33.14%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301129600.140.260.4928.2415.0444.31
Hex8270600E1A311cf2c
Octal2021601400163261341754
Binary10000010111000011000000111011010110001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827060; }

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

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

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

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

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

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

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

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