#827162

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

Shades of Donkey Brown #827162

Tints of Donkey Brown #827162

Color information

#827162 (or 0x827162) is unknown color: approx Donkey Brown. HEX triplet: 82, 71 and 62. RGB value is (130,113,98). Sum of RGB (Red+Green+Blue) = 130+113+98=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827162 is #7D8E9D. Grayscale: #747474. Windows color (decimal): -8228510 or 6451586. OLE color: 6451586.

HSL color Cylindrical-coordinate representation of color #827162: hue angle of 28.12º degrees, saturation: 0.14, 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 #827162 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB13011398-
CMYK00.130.250.49
HSL28.12º14.04%44.71%-
HSV(B)28.12º24.62%50.98%-
XYZ17.3217.4414.01-
YUV116.37117.63137.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=38.12%
G=33.14%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301139800.130.250.4928.1214.0444.71
Hex8271620D19311ce2d
Octal2021611420153161341655
Binary10000010111000111000100110111001110001111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827162; }

 p { color: rgb(130,113,98); }

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

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

 a { background-color: rgb(130,113,98); }

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

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

 span { border-color: rgb(130,113,98); }

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