Html Css Color HEX #84705D Donkey Brown

📋 copy color: '#84705D'

red 132 ◦ green 112 ◦ blue 93

#84705D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Donkey Brown #84705D

Tints of Donkey Brown #84705D

RGB

 RED value IS 132 (51.95% from 255) = 39.17%

 GREEN value IS 112 (44.14% from 255) = 33.23%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 39.17%
G = 33.23%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84705D (or 0x84705D) is known color: Donkey Brown. HEX triplet: 84, 70 and 5D. RGB value is (132,112,93). Sum of RGB (Red+Green+Blue) = 132+112+93=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705D is #7B8FA2. Grayscale: #737373. Windows color (decimal): -8097699 or 6123652. OLE color: 6123652.

HSL color Cylindrical-coordinate representation of color #84705D: hue angle of 29.23º 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 #84705D is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 112 93 -
CMYK 0 0.15 0.30 0.48
HSL 29.23º 0.17% 0.44% -
HSV(B) 29.23º 0.3% 0.52% -
XYZ 17.29 17.28 12.78 -
YUV 115.81 115.13 139.54 -
System Red Green Blue C M Y K H S L
Decimal 132 112 93 0 0.15 0.30 0.48 29.23 0.17 0.44
Hex 84 70 5D 0 F 1E 30 1D 11 2C
Octal 204 160 135 0 17 36 60 35 21 54
Binary 10000100 1110000 1011101 0 1111 11110 110000 11101 10001 101100

Color Harmonies of #84705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84705D

Black with #84705D

Text Example


Text Example

White with #84705D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84705D;
 }
 .AnyTagClassName
 {
   color: #84705D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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