Html Css Color HEX #856949 Shadow

📋 copy color: '#856949'

red 133 ◦ green 105 ◦ blue 73

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

Shades of Shadow #856949

Tints of Shadow #856949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.76%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 42.77%
G = 33.76%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#856949 (or 0x856949) is known color: Shadow. HEX triplet: 85, 69 and 49. RGB value is (133,105,73). Sum of RGB (Red+Green+Blue) = 133+105+73=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #856949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856949 is #7A96B6. Grayscale: #6D6D6D. Windows color (decimal): -8033975 or 4811141. OLE color: 4811141.

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

Color convert

RGB 133 105 73 -
CMYK 0 0.21 0.45 0.48
HSL 32º 0.29% 0.4% -
HSV(B) 32º 0.45% 0.52% -
XYZ 15.93 15.57 8.47 -
YUV 109.72 107.28 144.6 -
System Red Green Blue C M Y K H S L
Decimal 133 105 73 0 0.21 0.45 0.48 32 0.29 0.4
Hex 85 69 49 0 15 2D 30 20 1D 28
Octal 205 151 111 0 25 55 60 40 35 50
Binary 10000101 1101001 1001001 0 10101 101101 110000 100000 11101 101000

Color Harmonies of #856949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856949

Black with #856949

Text Example


Text Example

White with #856949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856949; }

 p { color: rgb(133,105,73); }

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

background-color css

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

 a { background-color: rgb(133,105,73); }

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

border-color css

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

 span { border-color: rgb(133,105,73); }

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