Html Css Color HEX #856C50 Shadow

📋 copy color: '#856C50'

red 133 ◦ green 108 ◦ blue 80

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

Shades of Shadow #856C50

Tints of Shadow #856C50

RGB

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

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

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

R = 41.43%
G = 33.64%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#856C50 (or 0x856C50) is known color: Shadow. HEX triplet: 85, 6C and 50. RGB value is (133,108,80). Sum of RGB (Red+Green+Blue) = 133+108+80=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #856C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C50 is #7A93AF. Grayscale: #707070. Windows color (decimal): -8033200 or 5270661. OLE color: 5270661.

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

Color convert

RGB 133 108 80 -
CMYK 0 0.19 0.40 0.48
HSL 31.7º 0.25% 0.42% -
HSV(B) 31.7º 0.4% 0.52% -
XYZ 16.48 16.29 9.87 -
YUV 112.28 109.78 142.78 -
System Red Green Blue C M Y K H S L
Decimal 133 108 80 0 0.19 0.40 0.48 31.7 0.25 0.42
Hex 85 6C 50 0 13 28 30 20 19 2A
Octal 205 154 120 0 23 50 60 40 31 52
Binary 10000101 1101100 1010000 0 10011 101000 110000 100000 11001 101010

Color Harmonies of #856C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C50

Black with #856C50

Text Example


Text Example

White with #856C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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