#84705E

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

Shades of Donkey Brown #84705E

Tints of Donkey Brown #84705E

Color information

#84705E (or 0x84705E) is unknown color: approx Donkey Brown. HEX triplet: 84, 70 and 5E. RGB value is (132,112,94). Sum of RGB (Red+Green+Blue) = 132+112+94=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705E is #7B8FA1. Grayscale: #747474. Windows color (decimal): -8097698 or 6189188. OLE color: 6189188.

HSL color Cylindrical-coordinate representation of color #84705E: hue angle of 28.42º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84705E is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13211294-
CMYK00.150.290.48
HSL28.42º16.81%44.31%-
HSV(B)28.42º28.79%51.76%-
XYZ17.3317.313.02-
YUV115.93115.63139.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 94 (37.11% from 255) = 27.81%
R=39.05%
G=33.14%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321129400.150.290.4828.4216.8144.31
Hex84705E0F1D301c112c
Octal2041601360173560342154
Binary100001001110000101111001111111011100001110010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84705E; }

 p { color: rgb(132,112,94); }

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

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

 a { background-color: rgb(132,112,94); }

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

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

 span { border-color: rgb(132,112,94); }

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