Html Css Color HEX #83705D Donkey Brown

📋 copy color: '#83705D'

red 131 ◦ green 112 ◦ blue 93

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

Shades of Donkey Brown #83705D

Tints of Donkey Brown #83705D

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 value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83705D (or 0x83705D) is known color: 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

RGB 131 112 93 -
CMYK 0 0.15 0.29 0.49
HSL 30º 0.17% 0.44% -
HSV(B) 30º 0.29% 0.51% -
XYZ 17.13 17.2 12.77 -
YUV 115.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 131 112 93 0 0.15 0.29 0.49 30 0.17 0.44
Hex 83 70 5D 0 F 1D 31 1E 11 2C
Octal 203 160 135 0 17 35 61 36 21 54
Binary 10000011 1110000 1011101 0 1111 11101 110001 11110 10001 101100

Color Harmonies of #83705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83705D

Black with #83705D

Text Example


Text Example

White with #83705D

Text Example


Text Example

HTML Codes & Css Web 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>