#83725F

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

Shades of Donkey Brown #83725F

Tints of Donkey Brown #83725F

Color information

#83725F (or 0x83725F) is unknown color: approx Donkey Brown. HEX triplet: 83, 72 and 5F. RGB value is (131,114,95). Sum of RGB (Red+Green+Blue) = 131+114+95=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83725F is #7C8DA0. Grayscale: #757575. Windows color (decimal): -8162721 or 6255235. OLE color: 6255235.

HSL color Cylindrical-coordinate representation of color #83725F: hue angle of 31.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83725F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB13111495-
CMYK00.130.270.49
HSL31.67º15.93%44.31%-
HSV(B)31.67º27.48%51.37%-
XYZ17.4417.6913.32-
YUV116.92115.63138.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.53%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 95 (37.5% from 255) = 27.94%
R=38.53%
G=33.53%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311149500.130.270.4931.6715.9344.31
Hex83725F0D1B3120102c
Octal2031621370153361402054
Binary1000001111100101011111011011101111000110000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83725F;
 }
 .AnyTagClassName
 {
   color: #83725F;
 }
</style>
background-color css

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

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

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

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

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

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