Html Css Color HEX #85715D Donkey Brown

📋 copy color: '#85715D'

red 133 ◦ green 113 ◦ blue 93

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

Shades of Donkey Brown #85715D

Tints of Donkey Brown #85715D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 39.23%
G = 33.33%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85715D (or 0x85715D) is known color: Donkey Brown. HEX triplet: 85, 71 and 5D. RGB value is (133,113,93). Sum of RGB (Red+Green+Blue) = 133+113+93=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715D is #7A8EA2. Grayscale: #747474. Windows color (decimal): -8031907 or 6123909. OLE color: 6123909.

HSL color Cylindrical-coordinate representation of color #85715D: hue angle of 30º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85715D is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 93 -
CMYK 0 0.15 0.30 0.48
HSL 30º 0.18% 0.44% -
HSV(B) 30º 0.3% 0.52% -
XYZ 17.55 17.59 12.83 -
YUV 116.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 133 113 93 0 0.15 0.30 0.48 30 0.18 0.44
Hex 85 71 5D 0 F 1E 30 1E 12 2C
Octal 205 161 135 0 17 36 60 36 22 54
Binary 10000101 1110001 1011101 0 1111 11110 110000 11110 10010 101100

Color Harmonies of #85715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85715D

Black with #85715D

Text Example


Text Example

White with #85715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,113,93); }

 H1.HeaderClassName
 {
   color: #85715D;
 }
 .AnyTagClassName
 {
   color: #85715D;
 }
</style>

background-color css

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

 a { background-color: rgb(133,113,93); }

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

border-color css

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

 span { border-color: rgb(133,113,93); }

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