#817260

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

Shades of Donkey Brown #817260

Tints of Donkey Brown #817260

Color information

#817260 (or 0x817260) is unknown color: approx Donkey Brown. HEX triplet: 81, 72 and 60. RGB value is (129,114,96). Sum of RGB (Red+Green+Blue) = 129+114+96=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #817260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817260 is #7E8D9F. Grayscale: #747474. Windows color (decimal): -8293792 or 6320769. OLE color: 6320769.

HSL color Cylindrical-coordinate representation of color #817260: hue angle of 32.73º 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 #817260 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12911496-
CMYK00.120.260.49
HSL32.73º14.67%44.12%-
HSV(B)32.73º25.58%50.59%-
XYZ17.1817.5513.55-
YUV116.43116.47136.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=38.05%
G=33.63%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291149600.120.260.4932.7314.6744.12
Hex8172600C1A3121f2c
Octal2011621400143261411754
Binary100000011110010110000001100110101100011000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817260; }

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

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

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

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

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

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

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

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