#83705D

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

Shades of Donkey Brown #83705D

Tints of Donkey Brown #83705D

Color information

#83705D (or 0x83705D) is unknown color: approx Donkey Brown. HEX triplet: 83, 70 and 5D. RGB value is (131,112,93). Sum of RGB (Red+Green+Blue) = 131+112+93=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83705D is #7C8FA2. Grayscale: #737373. Windows color (decimal): -8163235 or 6123651. OLE color: 6123651.

HSL color Cylindrical-coordinate representation of color #83705D: hue angle of 30º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83705D is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13111293-
CMYK00.150.290.49
HSL30º16.96%43.92%-
HSV(B)30º29.01%51.37%-
XYZ17.1317.212.77-
YUV115.52115.29139.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 27.68%
R=38.99%
G=33.33%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311129300.150.290.493016.9643.92
Hex83705D0F1D311e112c
Octal2031601350173561362154
Binary100000111110000101110101111111011100011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83705D; }

 p { color: rgb(131,112,93); }

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

<style>
 a { background-color: #83705D; }

 a { background-color: rgb(131,112,93); }

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

<style>
 span { border-color: #83705D; }

 span { border-color: rgb(131,112,93); }

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