Html Css Color HEX #856C5D Donkey Brown

📋 copy color: '#856C5D'

red 133 ◦ green 108 ◦ blue 93

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

Shades of Donkey Brown #856C5D

Tints of Donkey Brown #856C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 93 (36.72% from 255) = 27.84%

R = 39.82%
G = 32.34%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#856C5D (or 0x856C5D) is known color: Donkey Brown. HEX triplet: 85, 6C and 5D. RGB value is (133,108,93). Sum of RGB (Red+Green+Blue) = 133+108+93=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #856C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C5D is #7A93A2. Grayscale: #717171. Windows color (decimal): -8033187 or 6122629. OLE color: 6122629.

HSL color Cylindrical-coordinate representation of color #856C5D: hue angle of 22.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856C5D is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 93 -
CMYK 0 0.19 0.30 0.48
HSL 22.5º 0.18% 0.44% -
HSV(B) 22.5º 0.3% 0.52% -
XYZ 17.01 16.5 12.64 -
YUV 113.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 133 108 93 0 0.19 0.30 0.48 22.5 0.18 0.44
Hex 85 6C 5D 0 13 1E 30 16 12 2C
Octal 205 154 135 0 23 36 60 26 22 54
Binary 10000101 1101100 1011101 0 10011 11110 110000 10110 10010 101100

Color Harmonies of #856C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C5D

Black with #856C5D

Text Example


Text Example

White with #856C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856C5D; }

 p { color: rgb(133,108,93); }

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

background-color css

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

 a { background-color: rgb(133,108,93); }

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

border-color css

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

 span { border-color: rgb(133,108,93); }

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