Html Css Color HEX #856D46 Shadow

📋 copy color: '#856D46'

red 133 ◦ green 109 ◦ blue 70

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

Shades of Shadow #856D46

Tints of Shadow #856D46

RGB

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

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

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

R = 42.63%
G = 34.94%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856D46 (or 0x856D46) is known color: Shadow. HEX triplet: 85, 6D and 46. RGB value is (133,109,70). Sum of RGB (Red+Green+Blue) = 133+109+70=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D46 is #7A92B9. Grayscale: #6F6F6F. Windows color (decimal): -8032954 or 4615557. OLE color: 4615557.

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

Color convert

RGB 133 109 70 -
CMYK 0 0.18 0.47 0.48
HSL 37.14º 0.31% 0.4% -
HSV(B) 37.14º 0.47% 0.52% -
XYZ 16.25 16.37 8.1 -
YUV 111.73 104.45 143.17 -
System Red Green Blue C M Y K H S L
Decimal 133 109 70 0 0.18 0.47 0.48 37.14 0.31 0.4
Hex 85 6D 46 0 12 2F 30 25 1F 28
Octal 205 155 106 0 22 57 60 45 37 50
Binary 10000101 1101101 1000110 0 10010 101111 110000 100101 11111 101000

Color Harmonies of #856D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D46

Black with #856D46

Text Example


Text Example

White with #856D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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