Html Css Color HEX #857061 Donkey Brown

📋 copy color: '#857061'

red 133 ◦ green 112 ◦ blue 97

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

Shades of Donkey Brown #857061

Tints of Donkey Brown #857061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 97 (38.28% from 255) = 28.36%

R = 38.89%
G = 32.75%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857061 (or 0x857061) is known color: Donkey Brown. HEX triplet: 85, 70 and 61. RGB value is (133,112,97). Sum of RGB (Red+Green+Blue) = 133+112+97=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 97 (38.28% from 255 or 28.36% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857061 is #7A8F9E. Grayscale: #747474. Windows color (decimal): -8032159 or 6385797. OLE color: 6385797.

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

Color convert

RGB 133 112 97 -
CMYK 0 0.16 0.27 0.48
HSL 25º 0.16% 0.45% -
HSV(B) 25º 0.27% 0.52% -
XYZ 17.62 17.44 13.75 -
YUV 116.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 133 112 97 0 0.16 0.27 0.48 25 0.16 0.45
Hex 85 70 61 0 10 1B 30 19 10 2D
Octal 205 160 141 0 20 33 60 31 20 55
Binary 10000101 1110000 1100001 0 10000 11011 110000 11001 10000 101101

Color Harmonies of #857061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857061

Black with #857061

Text Example


Text Example

White with #857061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857061; }

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

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

background-color css

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

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

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

border-color css

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

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

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