Html Css Color HEX #84715D Donkey Brown

📋 copy color: '#84715D'

red 132 ◦ green 113 ◦ blue 93

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

Shades of Donkey Brown #84715D

Tints of Donkey Brown #84715D

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 value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#84715D (or 0x84715D) is known color: 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

RGB 132 113 93 -
CMYK 0 0.14 0.30 0.48
HSL 30.77º 0.17% 0.44% -
HSV(B) 30.77º 0.3% 0.52% -
XYZ 17.4 17.51 12.82 -
YUV 116.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 132 113 93 0 0.14 0.30 0.48 30.77 0.17 0.44
Hex 84 71 5D 0 E 1E 30 1F 11 2C
Octal 204 161 135 0 16 36 60 37 21 54
Binary 10000100 1110001 1011101 0 1110 11110 110000 11111 10001 101100

Color Harmonies of #84715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84715D

Black with #84715D

Text Example


Text Example

White with #84715D

Text Example


Text Example

HTML Codes & Css Web 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>