#84715D

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

Shades of Donkey Brown #84715D

Tints of Donkey Brown #84715D

Color information

#84715D (or 0x84715D) is unknown color: approx Donkey Brown. HEX triplet: 84, 71 and 5D. RGB value is (132,113,93). Sum of RGB (Red+Green+Blue) = 132+113+93=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84715D is #7B8EA2. Grayscale: #747474. Windows color (decimal): -8097443 or 6123908. OLE color: 6123908.

HSL color Cylindrical-coordinate representation of color #84715D: hue angle of 30.77º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84715D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB13211393-
CMYK00.140.300.48
HSL30.77º17.33%44.12%-
HSV(B)30.77º29.55%51.76%-
XYZ17.417.5112.82-
YUV116.4114.79139.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 93 (36.72% from 255) = 27.51%
R=39.05%
G=33.43%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321139300.140.300.4830.7717.3344.12
Hex84715D0E1E301f112c
Octal2041611350163660372154
Binary100001001110001101110101110111101100001111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84715D; }

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

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

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

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

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

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

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

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