Html Css Color HEX #856F49 Shadow

📋 copy color: '#856F49'

red 133 ◦ green 111 ◦ blue 73

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

Shades of Shadow #856F49

Tints of Shadow #856F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 41.96%
G = 35.02%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856F49 (or 0x856F49) is known color: Shadow. HEX triplet: 85, 6F and 49. RGB value is (133,111,73). Sum of RGB (Red+Green+Blue) = 133+111+73=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856F49 is #7A90B6. Grayscale: #717171. Windows color (decimal): -8032439 or 4812677. OLE color: 4812677.

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

Color convert

RGB 133 111 73 -
CMYK 0 0.17 0.45 0.48
HSL 38º 0.29% 0.4% -
HSV(B) 38º 0.45% 0.52% -
XYZ 16.56 16.84 8.68 -
YUV 113.25 105.29 142.09 -
System Red Green Blue C M Y K H S L
Decimal 133 111 73 0 0.17 0.45 0.48 38 0.29 0.4
Hex 85 6F 49 0 11 2D 30 26 1D 28
Octal 205 157 111 0 21 55 60 46 35 50
Binary 10000101 1101111 1001001 0 10001 101101 110000 100110 11101 101000

Color Harmonies of #856F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856F49

Black with #856F49

Text Example


Text Example

White with #856F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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