#857249

Color #857249 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #857249

Tints of Shadow #857249

Color information

#857249 (or 0x857249) is unknown color: approx Shadow. HEX triplet: 85, 72 and 49. RGB value is (133,114,73). Sum of RGB (Red+Green+Blue) = 133+114+73=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 133 - color contains mainly: red. Hex color #857249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857249 is #7A8DB6. Grayscale: #737373. Windows color (decimal): -8031671 or 4813445. OLE color: 4813445.

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

Color convert

RGB13311473-
CMYK00.140.450.48
HSL41º29.13%40.39%-
HSV(B)41º45.11%52.16%-
XYZ16.8917.58.79-
YUV115.01104.29140.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.56%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 73 (28.91% from 255) = 22.81%
R=41.56%
G=35.62%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331147300.140.450.484129.1340.39
Hex8572490E2D30291d28
Octal2051621110165560513550
Binary10000101111001010010010111010110111000010100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857249; }

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

 H1.HeaderClassName
 {
   color: #857249;
 }
 .AnyTagClassName
 {
   color: #857249;
 }
</style>
background-color css

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

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

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

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

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

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