Html Css Color HEX #84725F Donkey Brown

📋 copy color: '#84725F'

red 132 ◦ green 114 ◦ blue 95

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

Shades of Donkey Brown #84725F

Tints of Donkey Brown #84725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

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

R = 38.71%
G = 33.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#84725F (or 0x84725F) is known color: Donkey Brown. HEX triplet: 84, 72 and 5F. RGB value is (132,114,95). Sum of RGB (Red+Green+Blue) = 132+114+95=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84725F is #7B8DA0. Grayscale: #757575. Windows color (decimal): -8097185 or 6255236. OLE color: 6255236.

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

Color convert

RGB 132 114 95 -
CMYK 0 0.14 0.28 0.48
HSL 30.81º 0.16% 0.45% -
HSV(B) 30.81º 0.28% 0.52% -
XYZ 17.6 17.77 13.33 -
YUV 117.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 132 114 95 0 0.14 0.28 0.48 30.81 0.16 0.45
Hex 84 72 5F 0 E 1C 30 1F 10 2D
Octal 204 162 137 0 16 34 60 37 20 55
Binary 10000100 1110010 1011111 0 1110 11100 110000 11111 10000 101101

Color Harmonies of #84725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84725F

Black with #84725F

Text Example


Text Example

White with #84725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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