Html Css Color HEX #856E45 Shadow

📋 copy color: '#856E45'

red 133 ◦ green 110 ◦ blue 69

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

Shades of Shadow #856E45

Tints of Shadow #856E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.26%

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

R = 42.63%
G = 35.26%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856E45 (or 0x856E45) is known color: Shadow. HEX triplet: 85, 6E and 45. RGB value is (133,110,69). Sum of RGB (Red+Green+Blue) = 133+110+69=312 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.63% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 133 - color contains mainly: red. Hex color #856E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E45 is #7A91BA. Grayscale: #707070. Windows color (decimal): -8032699 or 4550277. OLE color: 4550277.

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

Color convert

RGB 133 110 69 -
CMYK 0 0.17 0.48 0.48
HSL 38.44º 0.32% 0.4% -
HSV(B) 38.44º 0.48% 0.52% -
XYZ 16.32 16.57 7.97 -
YUV 112.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 133 110 69 0 0.17 0.48 0.48 38.44 0.32 0.4
Hex 85 6E 45 0 11 30 30 26 20 28
Octal 205 156 105 0 21 60 60 46 40 50
Binary 10000101 1101110 1000101 0 10001 110000 110000 100110 100000 101000

Color Harmonies of #856E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E45

Black with #856E45

Text Example


Text Example

White with #856E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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