Html Css Color HEX #83725F Donkey Brown

📋 copy color: '#83725F'

red 131 ◦ green 114 ◦ blue 95

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

Shades of Donkey Brown #83725F

Tints of Donkey Brown #83725F

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

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83725F (or 0x83725F) is known color: 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

RGB 131 114 95 -
CMYK 0 0.13 0.27 0.49
HSL 31.67º 0.16% 0.44% -
HSV(B) 31.67º 0.27% 0.51% -
XYZ 17.44 17.69 13.32 -
YUV 116.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 131 114 95 0 0.13 0.27 0.49 31.67 0.16 0.44
Hex 83 72 5F 0 D 1B 31 20 10 2C
Octal 203 162 137 0 15 33 61 40 20 54
Binary 10000011 1110010 1011111 0 1101 11011 110001 100000 10000 101100

Color Harmonies of #83725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83725F

Black with #83725F

Text Example


Text Example

White with #83725F

Text Example


Text Example

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