Html Css Color HEX #856B4D Shadow

📋 copy color: '#856B4D'

red 133 ◦ green 107 ◦ blue 77

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

Shades of Shadow #856B4D

Tints of Shadow #856B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 41.96%
G = 33.75%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#856B4D (or 0x856B4D) is known color: Shadow. HEX triplet: 85, 6B and 4D. RGB value is (133,107,77). Sum of RGB (Red+Green+Blue) = 133+107+77=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #856B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B4D is #7A94B2. Grayscale: #6F6F6F. Windows color (decimal): -8033459 or 5073797. OLE color: 5073797.

HSL color Cylindrical-coordinate representation of color #856B4D: hue angle of 32.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #856B4D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 107 77 -
CMYK 0 0.20 0.42 0.48
HSL 32.14º 0.27% 0.41% -
HSV(B) 32.14º 0.42% 0.52% -
XYZ 16.27 16.04 9.26 -
YUV 111.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 133 107 77 0 0.20 0.42 0.48 32.14 0.27 0.41
Hex 85 6B 4D 0 14 2A 30 20 1B 29
Octal 205 153 115 0 24 52 60 40 33 51
Binary 10000101 1101011 1001101 0 10100 101010 110000 100000 11011 101001

Color Harmonies of #856B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B4D

Black with #856B4D

Text Example


Text Example

White with #856B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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