Html Css Color HEX #84705F Donkey Brown

📋 copy color: '#84705F'

red 132 ◦ green 112 ◦ blue 95

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

Shades of Donkey Brown #84705F

Tints of Donkey Brown #84705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 38.94%
G = 33.04%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84705F (or 0x84705F) is known color: Donkey Brown. HEX triplet: 84, 70 and 5F. RGB value is (132,112,95). Sum of RGB (Red+Green+Blue) = 132+112+95=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705F is #7B8FA0. Grayscale: #747474. Windows color (decimal): -8097697 or 6254724. OLE color: 6254724.

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

Color convert

RGB 132 112 95 -
CMYK 0 0.15 0.28 0.48
HSL 27.57º 0.16% 0.45% -
HSV(B) 27.57º 0.28% 0.52% -
XYZ 17.38 17.32 13.25 -
YUV 116.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 132 112 95 0 0.15 0.28 0.48 27.57 0.16 0.45
Hex 84 70 5F 0 F 1C 30 1C 10 2D
Octal 204 160 137 0 17 34 60 34 20 55
Binary 10000100 1110000 1011111 0 1111 11100 110000 11100 10000 101101

Color Harmonies of #84705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84705F

Black with #84705F

Text Example


Text Example

White with #84705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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