Html Css Color HEX #85705E Donkey Brown

📋 copy color: '#85705E'

red 133 ◦ green 112 ◦ blue 94

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

Shades of Donkey Brown #85705E

Tints of Donkey Brown #85705E

RGB

 RED value IS 133 (52.34% from 255) = 39.23%

 GREEN value IS 112 (44.14% from 255) = 33.04%

 BLUE value IS 94 (37.11% from 255) = 27.73%

R = 39.23%
G = 33.04%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85705E (or 0x85705E) is known color: Donkey Brown. HEX triplet: 85, 70 and 5E. RGB value is (133,112,94). Sum of RGB (Red+Green+Blue) = 133+112+94=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85705E is #7A8FA1. Grayscale: #747474. Windows color (decimal): -8032162 or 6189189. OLE color: 6189189.

HSL color Cylindrical-coordinate representation of color #85705E: hue angle of 27.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85705E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 94 -
CMYK 0 0.16 0.29 0.48
HSL 27.69º 0.17% 0.45% -
HSV(B) 27.69º 0.29% 0.52% -
XYZ 17.49 17.38 13.02 -
YUV 116.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 133 112 94 0 0.16 0.29 0.48 27.69 0.17 0.45
Hex 85 70 5E 0 10 1D 30 1C 11 2D
Octal 205 160 136 0 20 35 60 34 21 55
Binary 10000101 1110000 1011110 0 10000 11101 110000 11100 10001 101101

Color Harmonies of #85705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85705E

Black with #85705E

Text Example


Text Example

White with #85705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85705E; }

 p { color: rgb(133,112,94); }

 H1.HeaderClassName
 {
   color: #85705E;
 }
 .AnyTagClassName
 {
   color: #85705E;
 }
</style>

background-color css

<style>
 a { background-color: #85705E; }

 a { background-color: rgb(133,112,94); }

 div.DivClassName
 {
   background-color: #85705E;
 }
 .BgClassName
 {
   background-color: #85705E;
 }
</style>

border-color css

<style>
 span { border-color: #85705E; }

 span { border-color: rgb(133,112,94); }

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