#817261

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

Shades of Donkey Brown #817261

Tints of Donkey Brown #817261

Color information

#817261 (or 0x817261) is unknown color: approx Donkey Brown. HEX triplet: 81, 72 and 61. RGB value is (129,114,97). Sum of RGB (Red+Green+Blue) = 129+114+97=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 129 - color contains mainly: red. Hex color #817261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817261 is #7E8D9E. Grayscale: #747474. Windows color (decimal): -8293791 or 6386305. OLE color: 6386305.

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

Color convert

RGB12911497-
CMYK00.120.250.49
HSL31.87º14.16%44.31%-
HSV(B)31.87º24.81%50.59%-
XYZ17.2317.5613.79-
YUV116.55116.97136.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.94%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=37.94%
G=33.53%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291149700.120.250.4931.8714.1644.31
Hex8172610C193120e2c
Octal2011621410143161401654
Binary100000011110010110000101100110011100011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817261; }

 p { color: rgb(129,114,97); }

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

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

 a { background-color: rgb(129,114,97); }

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

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

 span { border-color: rgb(129,114,97); }

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