Html Css Color HEX #856B45 Shadow

📋 copy color: '#856B45'

red 133 ◦ green 107 ◦ blue 69

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

Shades of Shadow #856B45

Tints of Shadow #856B45

RGB

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

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

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

R = 43.04%
G = 34.63%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856B45 (or 0x856B45) is known color: Shadow. HEX triplet: 85, 6B and 45. RGB value is (133,107,69). Sum of RGB (Red+Green+Blue) = 133+107+69=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #856B45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B45 is #7A94BA. Grayscale: #6E6E6E. Windows color (decimal): -8033467 or 4549509. OLE color: 4549509.

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

Color convert

RGB 133 107 69 -
CMYK 0 0.20 0.48 0.48
HSL 35.63º 0.32% 0.4% -
HSV(B) 35.63º 0.48% 0.52% -
XYZ 16 15.93 7.86 -
YUV 110.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 133 107 69 0 0.20 0.48 0.48 35.63 0.32 0.4
Hex 85 6B 45 0 14 30 30 24 20 28
Octal 205 153 105 0 24 60 60 44 40 50
Binary 10000101 1101011 1000101 0 10100 110000 110000 100100 100000 101000

Color Harmonies of #856B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856B45

Black with #856B45

Text Example


Text Example

White with #856B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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