#827163

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

Shades of Donkey Brown #827163

Tints of Donkey Brown #827163

Color information

#827163 (or 0x827163) is unknown color: approx Donkey Brown. HEX triplet: 82, 71 and 63. RGB value is (130,113,99). Sum of RGB (Red+Green+Blue) = 130+113+99=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #827163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827163 is #7D8E9C. Grayscale: #747474. Windows color (decimal): -8228509 or 6517122. OLE color: 6517122.

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

Color convert

RGB13011399-
CMYK00.130.240.49
HSL27.1º13.54%44.9%-
HSV(B)27.1º23.85%50.98%-
XYZ17.3617.4614.26-
YUV116.49118.13137.64-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=38.01%
G=33.04%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301139900.130.240.4927.113.5444.9
Hex8271630D18311be2d
Octal2021611430153061331655
Binary10000010111000111000110110111000110001110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827163; }

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

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

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

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

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

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

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

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