Html Css Color HEX #84715E Donkey Brown

📋 copy color: '#84715E'

red 132 ◦ green 113 ◦ blue 94

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

Shades of Donkey Brown #84715E

Tints of Donkey Brown #84715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 38.94%
G = 33.33%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#84715E (or 0x84715E) is known color: Donkey Brown. HEX triplet: 84, 71 and 5E. RGB value is (132,113,94). Sum of RGB (Red+Green+Blue) = 132+113+94=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84715E is #7B8EA1. Grayscale: #747474. Windows color (decimal): -8097442 or 6189444. OLE color: 6189444.

HSL color Cylindrical-coordinate representation of color #84715E: hue angle of 30º 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 #84715E is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 113 94 -
CMYK 0 0.14 0.29 0.48
HSL 30º 0.17% 0.44% -
HSV(B) 30º 0.29% 0.52% -
XYZ 17.44 17.52 13.05 -
YUV 116.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 132 113 94 0 0.14 0.29 0.48 30 0.17 0.44
Hex 84 71 5E 0 E 1D 30 1E 11 2C
Octal 204 161 136 0 16 35 60 36 21 54
Binary 10000100 1110001 1011110 0 1110 11101 110000 11110 10001 101100

Color Harmonies of #84715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84715E

Black with #84715E

Text Example


Text Example

White with #84715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84715E;
 }
 .AnyTagClassName
 {
   color: #84715E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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