Html Css Color HEX #856C46 Shadow

📋 copy color: '#856C46'

red 133 ◦ green 108 ◦ blue 70

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

Shades of Shadow #856C46

Tints of Shadow #856C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 42.77%
G = 34.73%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856C46 (or 0x856C46) is known color: Shadow. HEX triplet: 85, 6C and 46. RGB value is (133,108,70). Sum of RGB (Red+Green+Blue) = 133+108+70=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856C46 is #7A93B9. Grayscale: #6F6F6F. Windows color (decimal): -8033210 or 4615301. OLE color: 4615301.

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

Color convert

RGB 133 108 70 -
CMYK 0 0.19 0.47 0.48
HSL 36.19º 0.31% 0.4% -
HSV(B) 36.19º 0.47% 0.52% -
XYZ 16.14 16.15 8.06 -
YUV 111.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 133 108 70 0 0.19 0.47 0.48 36.19 0.31 0.4
Hex 85 6C 46 0 13 2F 30 24 1F 28
Octal 205 154 106 0 23 57 60 44 37 50
Binary 10000101 1101100 1000110 0 10011 101111 110000 100100 11111 101000

Color Harmonies of #856C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856C46

Black with #856C46

Text Example


Text Example

White with #856C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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