#84705B

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

Shades of Donkey Brown #84705B

Tints of Donkey Brown #84705B

Color information

#84705B (or 0x84705B) is unknown color: approx Donkey Brown. HEX triplet: 84, 70 and 5B. RGB value is (132,112,91). Sum of RGB (Red+Green+Blue) = 132+112+91=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #84705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705B is #7B8FA4. Grayscale: #737373. Windows color (decimal): -8097701 or 5992580. OLE color: 5992580.

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

Color convert

RGB13211291-
CMYK00.150.310.48
HSL30.73º18.39%43.73%-
HSV(B)30.73º31.06%51.76%-
XYZ17.217.2512.32-
YUV115.59114.13139.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=39.40%
G=33.43%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321129100.150.310.4830.7318.3943.73
Hex84705B0F1F301f122c
Octal2041601330173760372254
Binary100001001110000101101101111111111100001111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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