Html Css Color HEX #857064 Donkey Brown

📋 copy color: '#857064'

red 133 ◦ green 112 ◦ blue 100

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

Shades of Donkey Brown #857064

Tints of Donkey Brown #857064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 38.55%
G = 32.46%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#857064 (or 0x857064) is known color: Donkey Brown. HEX triplet: 85, 70 and 64. RGB value is (133,112,100). Sum of RGB (Red+Green+Blue) = 133+112+100=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #857064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857064 is #7A8F9B. Grayscale: #747474. Windows color (decimal): -8032156 or 6582405. OLE color: 6582405.

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

Color convert

RGB 133 112 100 -
CMYK 0 0.16 0.25 0.48
HSL 21.82º 0.14% 0.46% -
HSV(B) 21.82º 0.25% 0.52% -
XYZ 17.77 17.49 14.5 -
YUV 116.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 133 112 100 0 0.16 0.25 0.48 21.82 0.14 0.46
Hex 85 70 64 0 10 19 30 16 E 2E
Octal 205 160 144 0 20 31 60 26 16 56
Binary 10000101 1110000 1100100 0 10000 11001 110000 10110 1110 101110

Color Harmonies of #857064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857064

Black with #857064

Text Example


Text Example

White with #857064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857064; }

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

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

background-color css

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

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

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

border-color css

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

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

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