Html Css Color HEX #856B47 Shadow

📋 copy color: '#856B47'

red 133 ◦ green 107 ◦ blue 71

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

Shades of Shadow #856B47

Tints of Shadow #856B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 42.77%
G = 34.41%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#856B47 (or 0x856B47) is known color: Shadow. HEX triplet: 85, 6B and 47. RGB value is (133,107,71). Sum of RGB (Red+Green+Blue) = 133+107+71=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B47 is #7A94B8. Grayscale: #6E6E6E. Windows color (decimal): -8033465 or 4680581. OLE color: 4680581.

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

Color convert

RGB 133 107 71 -
CMYK 0 0.20 0.47 0.48
HSL 34.84º 0.3% 0.4% -
HSV(B) 34.84º 0.47% 0.52% -
XYZ 16.07 15.96 8.19 -
YUV 110.67 105.61 143.93 -
System Red Green Blue C M Y K H S L
Decimal 133 107 71 0 0.20 0.47 0.48 34.84 0.3 0.4
Hex 85 6B 47 0 14 2F 30 23 1E 28
Octal 205 153 107 0 24 57 60 43 36 50
Binary 10000101 1101011 1000111 0 10100 101111 110000 100011 11110 101000

Color Harmonies of #856B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B47

Black with #856B47

Text Example


Text Example

White with #856B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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