Html Css Color HEX #857160 Donkey Brown

📋 copy color: '#857160'

red 133 ◦ green 113 ◦ blue 96

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

Shades of Donkey Brown #857160

Tints of Donkey Brown #857160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 38.89%
G = 33.04%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#857160 (or 0x857160) is known color: Donkey Brown. HEX triplet: 85, 71 and 60. RGB value is (133,113,96). Sum of RGB (Red+Green+Blue) = 133+113+96=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #857160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857160 is #7A8E9F. Grayscale: #757575. Windows color (decimal): -8031904 or 6320517. OLE color: 6320517.

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

Color convert

RGB 133 113 96 -
CMYK 0 0.15 0.28 0.48
HSL 27.57º 0.16% 0.45% -
HSV(B) 27.57º 0.28% 0.52% -
XYZ 17.69 17.64 13.54 -
YUV 117.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 133 113 96 0 0.15 0.28 0.48 27.57 0.16 0.45
Hex 85 71 60 0 F 1C 30 1C 10 2D
Octal 205 161 140 0 17 34 60 34 20 55
Binary 10000101 1110001 1100000 0 1111 11100 110000 11100 10000 101101

Color Harmonies of #857160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857160

Black with #857160

Text Example


Text Example

White with #857160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857160; }

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

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

background-color css

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

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

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

border-color css

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

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

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