Html Css Color HEX #856E50 Shadow

📋 copy color: '#856E50'

red 133 ◦ green 110 ◦ blue 80

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

Shades of Shadow #856E50

Tints of Shadow #856E50

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.06%

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 41.18%
G = 34.06%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#856E50 (or 0x856E50) is known color: Shadow. HEX triplet: 85, 6E and 50. RGB value is (133,110,80). Sum of RGB (Red+Green+Blue) = 133+110+80=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #856E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856E50 is #7A91AF. Grayscale: #717171. Windows color (decimal): -8032688 or 5271173. OLE color: 5271173.

HSL color Cylindrical-coordinate representation of color #856E50: hue angle of 33.96º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #856E50 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 80 -
CMYK 0 0.17 0.40 0.48
HSL 33.96º 0.25% 0.42% -
HSV(B) 33.96º 0.4% 0.52% -
XYZ 16.7 16.72 9.94 -
YUV 113.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 133 110 80 0 0.17 0.40 0.48 33.96 0.25 0.42
Hex 85 6E 50 0 11 28 30 22 19 2A
Octal 205 156 120 0 21 50 60 42 31 52
Binary 10000101 1101110 1010000 0 10001 101000 110000 100010 11001 101010

Color Harmonies of #856E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E50

Black with #856E50

Text Example


Text Example

White with #856E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,110,80); }

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

background-color css

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

 a { background-color: rgb(133,110,80); }

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

border-color css

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

 span { border-color: rgb(133,110,80); }

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