Html Css Color HEX #85725F Donkey Brown

📋 copy color: '#85725F'

red 133 ◦ green 114 ◦ blue 95

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

Shades of Donkey Brown #85725F

Tints of Donkey Brown #85725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 38.89%
G = 33.33%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85725F (or 0x85725F) is known color: Donkey Brown. HEX triplet: 85, 72 and 5F. RGB value is (133,114,95). Sum of RGB (Red+Green+Blue) = 133+114+95=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85725F is #7A8DA0. Grayscale: #757575. Windows color (decimal): -8031649 or 6255237. OLE color: 6255237.

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

Color convert

RGB 133 114 95 -
CMYK 0 0.14 0.29 0.48
HSL 30º 0.17% 0.45% -
HSV(B) 30º 0.29% 0.52% -
XYZ 17.76 17.85 13.34 -
YUV 117.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 133 114 95 0 0.14 0.29 0.48 30 0.17 0.45
Hex 85 72 5F 0 E 1D 30 1E 11 2D
Octal 205 162 137 0 16 35 60 36 21 55
Binary 10000101 1110010 1011111 0 1110 11101 110000 11110 10001 101101

Color Harmonies of #85725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85725F

Black with #85725F

Text Example


Text Example

White with #85725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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