#85725F

Color #85725F Donkey Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Donkey Brown #85725F

Tints of Donkey Brown #85725F

Color information

#85725F (or 0x85725F) is unknown color: approx 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

RGB13311495-
CMYK00.140.290.48
HSL30º16.67%44.71%-
HSV(B)30º28.57%52.16%-
XYZ17.7617.8513.34-
YUV117.51115.29139.04-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331149500.140.290.483016.6744.71
Hex85725F0E1D301e112d
Octal2051621370163560362155
Binary100001011110010101111101110111011100001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>