Html Css Color HEX #857161 Donkey Brown

📋 copy color: '#857161'

red 133 ◦ green 113 ◦ blue 97

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

Shades of Donkey Brown #857161

Tints of Donkey Brown #857161

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 38.78%
G = 32.94%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#857161 (or 0x857161) is known color: Donkey Brown. HEX triplet: 85, 71 and 61. RGB value is (133,113,97). Sum of RGB (Red+Green+Blue) = 133+113+97=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #857161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857161 is #7A8E9E. Grayscale: #757575. Windows color (decimal): -8031903 or 6386053. OLE color: 6386053.

HSL color Cylindrical-coordinate representation of color #857161: hue angle of 26.67º 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 #857161 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 113 97 -
CMYK 0 0.15 0.27 0.48
HSL 26.67º 0.16% 0.45% -
HSV(B) 26.67º 0.27% 0.52% -
XYZ 17.74 17.66 13.78 -
YUV 117.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 133 113 97 0 0.15 0.27 0.48 26.67 0.16 0.45
Hex 85 71 61 0 F 1B 30 1B 10 2D
Octal 205 161 141 0 17 33 60 33 20 55
Binary 10000101 1110001 1100001 0 1111 11011 110000 11011 10000 101101

Color Harmonies of #857161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857161

Black with #857161

Text Example


Text Example

White with #857161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857161; }

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

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

background-color css

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

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

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

border-color css

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

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

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