#84725F

Color #84725F Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #84725F

Tints of Donkey Brown #84725F

Color information

#84725F (or 0x84725F) is unknown color: approx 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

RGB13211495-
CMYK00.140.280.48
HSL30.81º16.3%44.51%-
HSV(B)30.81º28.03%51.76%-
XYZ17.617.7713.33-
YUV117.22115.46138.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321149500.140.280.4830.8116.344.51
Hex84725F0E1C301f102d
Octal2041621370163460372055
Binary100001001110010101111101110111001100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>