#807261

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

Shades of Donkey Brown #807261

Tints of Donkey Brown #807261

Color information

#807261 (or 0x807261) is unknown color: approx Donkey Brown. HEX triplet: 80, 72 and 61. RGB value is (128,114,97). Sum of RGB (Red+Green+Blue) = 128+114+97=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #807261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807261 is #7F8D9E. Grayscale: #747474. Windows color (decimal): -8359327 or 6386304. OLE color: 6386304.

HSL color Cylindrical-coordinate representation of color #807261: hue angle of 32.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807261 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12811497-
CMYK00.110.240.50
HSL32.9º13.78%44.12%-
HSV(B)32.9º24.22%50.2%-
XYZ17.0817.4913.78-
YUV116.25117.14136.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=37.76%
G=33.63%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281149700.110.240.5032.913.7844.12
Hex8072610B183221e2c
Octal2001621410133062411654
Binary100000001110010110000101011110001100101000011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807261; }

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

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

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

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

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

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

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

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