Html Css Color HEX #856D40 Shadow

📋 copy color: '#856D40'

red 133 ◦ green 109 ◦ blue 64

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

Shades of Shadow #856D40

Tints of Shadow #856D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 43.46%
G = 35.62%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#856D40 (or 0x856D40) is known color: Shadow. HEX triplet: 85, 6D and 40. RGB value is (133,109,64). Sum of RGB (Red+Green+Blue) = 133+109+64=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #856D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D40 is #7A92BF. Grayscale: #6F6F6F. Windows color (decimal): -8032960 or 4222341. OLE color: 4222341.

HSL color Cylindrical-coordinate representation of color #856D40: hue angle of 39.13º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856D40 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 109 64 -
CMYK 0 0.18 0.52 0.48
HSL 39.13º 0.35% 0.39% -
HSV(B) 39.13º 0.52% 0.52% -
XYZ 16.07 16.29 7.15 -
YUV 111.05 101.45 143.66 -
System Red Green Blue C M Y K H S L
Decimal 133 109 64 0 0.18 0.52 0.48 39.13 0.35 0.39
Hex 85 6D 40 0 12 34 30 27 23 27
Octal 205 155 100 0 22 64 60 47 43 47
Binary 10000101 1101101 1000000 0 10010 110100 110000 100111 100011 100111

Color Harmonies of #856D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D40

Black with #856D40

Text Example


Text Example

White with #856D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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