#847160

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

Shades of Donkey Brown #847160

Tints of Donkey Brown #847160

Color information

#847160 (or 0x847160) is unknown color: approx Donkey Brown. HEX triplet: 84, 71 and 60. RGB value is (132,113,96). Sum of RGB (Red+Green+Blue) = 132+113+96=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #847160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847160 is #7B8E9F. Grayscale: #747474. Windows color (decimal): -8097440 or 6320516. OLE color: 6320516.

HSL color Cylindrical-coordinate representation of color #847160: hue angle of 28.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #847160 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13211396-
CMYK00.140.270.48
HSL28.33º15.79%44.71%-
HSV(B)28.33º27.27%51.76%-
XYZ17.5317.5613.53-
YUV116.74116.29138.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 113 (44.53% from 255) = 33.14%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=38.71%
G=33.14%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321139600.140.270.4828.3315.7944.71
Hex8471600E1B301c102d
Octal2041611400163360342055
Binary100001001110001110000001110110111100001110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847160; }

 p { color: rgb(132,113,96); }

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

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

 a { background-color: rgb(132,113,96); }

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

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

 span { border-color: rgb(132,113,96); }

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