Html Css Color HEX #857449 Shadow

📋 copy color: '#857449'

red 133 ◦ green 116 ◦ blue 73

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

Shades of Shadow #857449

Tints of Shadow #857449

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.02%

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

R = 41.3%
G = 36.02%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#857449 (or 0x857449) is known color: Shadow. HEX triplet: 85, 74 and 49. RGB value is (133,116,73). Sum of RGB (Red+Green+Blue) = 133+116+73=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #857449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857449 is #7A8BB6. Grayscale: #747474. Windows color (decimal): -8031159 or 4813957. OLE color: 4813957.

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

Color convert

RGB 133 116 73 -
CMYK 0 0.13 0.45 0.48
HSL 43º 0.29% 0.4% -
HSV(B) 43º 0.45% 0.52% -
XYZ 17.12 17.96 8.87 -
YUV 116.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 133 116 73 0 0.13 0.45 0.48 43 0.29 0.4
Hex 85 74 49 0 D 2D 30 2B 1D 28
Octal 205 164 111 0 15 55 60 53 35 50
Binary 10000101 1110100 1001001 0 1101 101101 110000 101011 11101 101000

Color Harmonies of #857449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857449

Black with #857449

Text Example


Text Example

White with #857449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857449; }

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

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

background-color css

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

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

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

border-color css

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

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

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