Html Css Color HEX #856C55 Donkey Brown

📋 copy color: '#856C55'

red 133 ◦ green 108 ◦ blue 85

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

Shades of Donkey Brown #856C55

Tints of Donkey Brown #856C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 40.8%
G = 33.13%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#856C55 (or 0x856C55) is known color: Donkey Brown. HEX triplet: 85, 6C and 55. RGB value is (133,108,85). Sum of RGB (Red+Green+Blue) = 133+108+85=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #856C55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C55 is #7A93AA. Grayscale: #707070. Windows color (decimal): -8033195 or 5598341. OLE color: 5598341.

HSL color Cylindrical-coordinate representation of color #856C55: hue angle of 28.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #856C55 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 108 85 -
CMYK 0 0.19 0.36 0.48
HSL 28.75º 0.22% 0.43% -
HSV(B) 28.75º 0.36% 0.52% -
XYZ 16.68 16.37 10.87 -
YUV 112.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 133 108 85 0 0.19 0.36 0.48 28.75 0.22 0.43
Hex 85 6C 55 0 13 24 30 1D 16 2B
Octal 205 154 125 0 23 44 60 35 26 53
Binary 10000101 1101100 1010101 0 10011 100100 110000 11101 10110 101011

Color Harmonies of #856C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C55

Black with #856C55

Text Example


Text Example

White with #856C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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