Html Css Color HEX #856F5F Donkey Brown

📋 copy color: '#856F5F'

red 133 ◦ green 111 ◦ blue 95

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

Shades of Donkey Brown #856F5F

Tints of Donkey Brown #856F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 39.23%
G = 32.74%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#856F5F (or 0x856F5F) is known color: Donkey Brown. HEX triplet: 85, 6F and 5F. RGB value is (133,111,95). Sum of RGB (Red+Green+Blue) = 133+111+95=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #856F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F5F is #7A90A0. Grayscale: #737373. Windows color (decimal): -8032417 or 6254469. OLE color: 6254469.

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

Color convert

RGB 133 111 95 -
CMYK 0 0.17 0.29 0.48
HSL 25.26º 0.17% 0.45% -
HSV(B) 25.26º 0.29% 0.52% -
XYZ 17.42 17.18 13.22 -
YUV 115.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 133 111 95 0 0.17 0.29 0.48 25.26 0.17 0.45
Hex 85 6F 5F 0 11 1D 30 19 11 2D
Octal 205 157 137 0 21 35 60 31 21 55
Binary 10000101 1101111 1011111 0 10001 11101 110000 11001 10001 101101

Color Harmonies of #856F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F5F

Black with #856F5F

Text Example


Text Example

White with #856F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,111,95); }

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

background-color css

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

 a { background-color: rgb(133,111,95); }

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

border-color css

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

 span { border-color: rgb(133,111,95); }

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