Html Css Color HEX #856D5E Donkey Brown

📋 copy color: '#856D5E'

red 133 ◦ green 109 ◦ blue 94

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

Shades of Donkey Brown #856D5E

Tints of Donkey Brown #856D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

 BLUE value IS 94 (37.11% from 255) = 27.98%

R = 39.58%
G = 32.44%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#856D5E (or 0x856D5E) is known color: Donkey Brown. HEX triplet: 85, 6D and 5E. RGB value is (133,109,94). Sum of RGB (Red+Green+Blue) = 133+109+94=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D5E is #7A92A1. Grayscale: #727272. Windows color (decimal): -8032930 or 6188421. OLE color: 6188421.

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

Color convert

RGB 133 109 94 -
CMYK 0 0.18 0.29 0.48
HSL 23.08º 0.17% 0.45% -
HSV(B) 23.08º 0.29% 0.52% -
XYZ 17.16 16.73 12.91 -
YUV 114.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 133 109 94 0 0.18 0.29 0.48 23.08 0.17 0.45
Hex 85 6D 5E 0 12 1D 30 17 11 2D
Octal 205 155 136 0 22 35 60 27 21 55
Binary 10000101 1101101 1011110 0 10010 11101 110000 10111 10001 101101

Color Harmonies of #856D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D5E

Black with #856D5E

Text Example


Text Example

White with #856D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,94); }

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

background-color css

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

 a { background-color: rgb(133,109,94); }

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

border-color css

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

 span { border-color: rgb(133,109,94); }

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