Html Css Color HEX #856C58 Donkey Brown

📋 copy color: '#856C58'

red 133 ◦ green 108 ◦ blue 88

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

Shades of Donkey Brown #856C58

Tints of Donkey Brown #856C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 40.43%
G = 32.83%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#856C58 (or 0x856C58) is known color: Donkey Brown. HEX triplet: 85, 6C and 58. RGB value is (133,108,88). Sum of RGB (Red+Green+Blue) = 133+108+88=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #856C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C58 is #7A93A7. Grayscale: #717171. Windows color (decimal): -8033192 or 5794949. OLE color: 5794949.

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

Color convert

RGB 133 108 88 -
CMYK 0 0.19 0.34 0.48
HSL 26.67º 0.2% 0.43% -
HSV(B) 26.67º 0.34% 0.52% -
XYZ 16.8 16.42 11.52 -
YUV 113.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 133 108 88 0 0.19 0.34 0.48 26.67 0.2 0.43
Hex 85 6C 58 0 13 22 30 1B 14 2B
Octal 205 154 130 0 23 42 60 33 24 53
Binary 10000101 1101100 1011000 0 10011 100010 110000 11011 10100 101011

Color Harmonies of #856C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C58

Black with #856C58

Text Example


Text Example

White with #856C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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