Html Css Color HEX #856B49 Shadow

📋 copy color: '#856B49'

red 133 ◦ green 107 ◦ blue 73

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

Shades of Shadow #856B49

Tints of Shadow #856B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.19%

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

R = 42.49%
G = 34.19%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856B49 (or 0x856B49) is known color: Shadow. HEX triplet: 85, 6B and 49. RGB value is (133,107,73). Sum of RGB (Red+Green+Blue) = 133+107+73=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 133 - color contains mainly: red. Hex color #856B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B49 is #7A94B6. Grayscale: #6F6F6F. Windows color (decimal): -8033463 or 4811653. OLE color: 4811653.

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

Color convert

RGB 133 107 73 -
CMYK 0 0.20 0.45 0.48
HSL 34º 0.29% 0.4% -
HSV(B) 34º 0.45% 0.52% -
XYZ 16.13 15.98 8.54 -
YUV 110.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 133 107 73 0 0.20 0.45 0.48 34 0.29 0.4
Hex 85 6B 49 0 14 2D 30 22 1D 28
Octal 205 153 111 0 24 55 60 42 35 50
Binary 10000101 1101011 1001001 0 10100 101101 110000 100010 11101 101000

Color Harmonies of #856B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B49

Black with #856B49

Text Example


Text Example

White with #856B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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