Html Css Color HEX #856D45 Shadow

📋 copy color: '#856D45'

red 133 ◦ green 109 ◦ blue 69

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

Shades of Shadow #856D45

Tints of Shadow #856D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.19%

R = 42.77%
G = 35.05%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856D45 (or 0x856D45) is known color: Shadow. HEX triplet: 85, 6D and 45. RGB value is (133,109,69). Sum of RGB (Red+Green+Blue) = 133+109+69=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856D45 is #7A92BA. Grayscale: #6F6F6F. Windows color (decimal): -8032955 or 4550021. OLE color: 4550021.

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

Color convert

RGB 133 109 69 -
CMYK 0 0.18 0.48 0.48
HSL 37.5º 0.32% 0.4% -
HSV(B) 37.5º 0.48% 0.52% -
XYZ 16.22 16.35 7.93 -
YUV 111.62 103.95 143.25 -
System Red Green Blue C M Y K H S L
Decimal 133 109 69 0 0.18 0.48 0.48 37.5 0.32 0.4
Hex 85 6D 45 0 12 30 30 26 20 28
Octal 205 155 105 0 22 60 60 46 40 50
Binary 10000101 1101101 1000101 0 10010 110000 110000 100110 100000 101000

Color Harmonies of #856D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856D45

Black with #856D45

Text Example


Text Example

White with #856D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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