Html Css Color HEX #856C5C Donkey Brown

📋 copy color: '#856C5C'

red 133 ◦ green 108 ◦ blue 92

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

Shades of Donkey Brown #856C5C

Tints of Donkey Brown #856C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 39.94%
G = 32.43%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#856C5C (or 0x856C5C) is known color: Donkey Brown. HEX triplet: 85, 6C and 5C. RGB value is (133,108,92). Sum of RGB (Red+Green+Blue) = 133+108+92=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C5C is #7A93A3. Grayscale: #717171. Windows color (decimal): -8033188 or 6057093. OLE color: 6057093.

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

Color convert

RGB 133 108 92 -
CMYK 0 0.19 0.31 0.48
HSL 23.41º 0.18% 0.44% -
HSV(B) 23.41º 0.31% 0.52% -
XYZ 16.97 16.48 12.41 -
YUV 113.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 133 108 92 0 0.19 0.31 0.48 23.41 0.18 0.44
Hex 85 6C 5C 0 13 1F 30 17 12 2C
Octal 205 154 134 0 23 37 60 27 22 54
Binary 10000101 1101100 1011100 0 10011 11111 110000 10111 10010 101100

Color Harmonies of #856C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C5C

Black with #856C5C

Text Example


Text Example

White with #856C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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