Html Css Color HEX #857749 Shadow

📋 copy color: '#857749'

red 133 ◦ green 119 ◦ blue 73

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

Shades of Shadow #857749

Tints of Shadow #857749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

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

R = 40.92%
G = 36.62%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#857749 (or 0x857749) is known color: Shadow. HEX triplet: 85, 77 and 49. RGB value is (133,119,73). Sum of RGB (Red+Green+Blue) = 133+119+73=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #857749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857749 is #7A88B6. Grayscale: #767676. Windows color (decimal): -8030391 or 4814725. OLE color: 4814725.

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

Color convert

RGB 133 119 73 -
CMYK 0 0.11 0.45 0.48
HSL 46º 0.29% 0.4% -
HSV(B) 46º 0.45% 0.52% -
XYZ 17.47 18.66 8.98 -
YUV 117.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 133 119 73 0 0.11 0.45 0.48 46 0.29 0.4
Hex 85 77 49 0 B 2D 30 2E 1D 28
Octal 205 167 111 0 13 55 60 56 35 50
Binary 10000101 1110111 1001001 0 1011 101101 110000 101110 11101 101000

Color Harmonies of #857749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857749

Black with #857749

Text Example


Text Example

White with #857749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857749; }

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

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

background-color css

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

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

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

border-color css

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

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

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