Html Css Color HEX #856D4D Shadow

📋 copy color: '#856D4D'

red 133 ◦ green 109 ◦ blue 77

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

Shades of Shadow #856D4D

Tints of Shadow #856D4D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

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

R = 41.69%
G = 34.17%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#856D4D (or 0x856D4D) is known color: Shadow. HEX triplet: 85, 6D and 4D. RGB value is (133,109,77). Sum of RGB (Red+Green+Blue) = 133+109+77=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #856D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D4D is #7A92B2. Grayscale: #707070. Windows color (decimal): -8032947 or 5074309. OLE color: 5074309.

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

Color convert

RGB 133 109 77 -
CMYK 0 0.18 0.42 0.48
HSL 34.29º 0.27% 0.41% -
HSV(B) 34.29º 0.42% 0.52% -
XYZ 16.48 16.46 9.33 -
YUV 112.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 133 109 77 0 0.18 0.42 0.48 34.29 0.27 0.41
Hex 85 6D 4D 0 12 2A 30 22 1B 29
Octal 205 155 115 0 22 52 60 42 33 51
Binary 10000101 1101101 1001101 0 10010 101010 110000 100010 11011 101001

Color Harmonies of #856D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D4D

Black with #856D4D

Text Example


Text Example

White with #856D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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