Html Css Color HEX #856D5D Donkey Brown

📋 copy color: '#856D5D'

red 133 ◦ green 109 ◦ blue 93

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

Shades of Donkey Brown #856D5D

Tints of Donkey Brown #856D5D

RGB

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

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

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

R = 39.7%
G = 32.54%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#856D5D (or 0x856D5D) is known color: Donkey Brown. HEX triplet: 85, 6D and 5D. RGB value is (133,109,93). Sum of RGB (Red+Green+Blue) = 133+109+93=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #856D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D5D is #7A92A2. Grayscale: #727272. Windows color (decimal): -8032931 or 6122885. OLE color: 6122885.

HSL color Cylindrical-coordinate representation of color #856D5D: hue angle of 24º 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 #856D5D is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 93 -
CMYK 0 0.18 0.30 0.48
HSL 24º 0.18% 0.44% -
HSV(B) 24º 0.3% 0.52% -
XYZ 17.12 16.71 12.68 -
YUV 114.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 133 109 93 0 0.18 0.30 0.48 24 0.18 0.44
Hex 85 6D 5D 0 12 1E 30 18 12 2C
Octal 205 155 135 0 22 36 60 30 22 54
Binary 10000101 1101101 1011101 0 10010 11110 110000 11000 10010 101100

Color Harmonies of #856D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D5D

Black with #856D5D

Text Example


Text Example

White with #856D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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