#857063

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

Shades of Donkey Brown #857063

Tints of Donkey Brown #857063

Color information

#857063 (or 0x857063) is unknown color: approx Donkey Brown. HEX triplet: 85, 70 and 63. RGB value is (133,112,99). Sum of RGB (Red+Green+Blue) = 133+112+99=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857063 is #7A8F9C. Grayscale: #747474. Windows color (decimal): -8032157 or 6516869. OLE color: 6516869.

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

Color convert

RGB13311299-
CMYK00.160.260.48
HSL22.94º14.66%45.49%-
HSV(B)22.94º25.56%52.16%-
XYZ17.7217.4814.24-
YUV116.8117.96139.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 99 (39.06% from 255) = 28.78%
R=38.66%
G=32.56%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331129900.160.260.4822.9414.6645.49
Hex8570630101A3017f2d
Octal2051601430203260271755
Binary100001011110000110001101000011010110000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857063; }

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

 H1.HeaderClassName
 {
   color: #857063;
 }
 .AnyTagClassName
 {
   color: #857063;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #857063;
 }
 .BgClassName
 {
   background-color: #857063;
 }
</style>
border-color css

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

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

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