Html Css Color HEX #85715F Donkey Brown

📋 copy color: '#85715F'

red 133 ◦ green 113 ◦ blue 95

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

Shades of Donkey Brown #85715F

Tints of Donkey Brown #85715F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 39%
G = 33.14%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85715F (or 0x85715F) is known color: Donkey Brown. HEX triplet: 85, 71 and 5F. RGB value is (133,113,95). Sum of RGB (Red+Green+Blue) = 133+113+95=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715F is #7A8EA0. Grayscale: #757575. Windows color (decimal): -8031905 or 6254981. OLE color: 6254981.

HSL color Cylindrical-coordinate representation of color #85715F: hue angle of 28.42º 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 #85715F is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 95 -
CMYK 0 0.15 0.29 0.48
HSL 28.42º 0.17% 0.45% -
HSV(B) 28.42º 0.29% 0.52% -
XYZ 17.64 17.62 13.3 -
YUV 116.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 133 113 95 0 0.15 0.29 0.48 28.42 0.17 0.45
Hex 85 71 5F 0 F 1D 30 1C 11 2D
Octal 205 161 137 0 17 35 60 34 21 55
Binary 10000101 1110001 1011111 0 1111 11101 110000 11100 10001 101101

Color Harmonies of #85715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85715F

Black with #85715F

Text Example


Text Example

White with #85715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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