#857450

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

Shades of Shadow #857450

Tints of Shadow #857450

Color information

#857450 (or 0x857450) is unknown color: approx Shadow. HEX triplet: 85, 74 and 50. RGB value is (133,116,80). Sum of RGB (Red+Green+Blue) = 133+116+80=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857450 is #7A8BAF. Grayscale: #757575. Windows color (decimal): -8031152 or 5272709. OLE color: 5272709.

HSL color Cylindrical-coordinate representation of color #857450: hue angle of 40.75º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #857450 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13311680-
CMYK00.130.400.48
HSL40.75º24.88%41.76%-
HSV(B)40.75º39.85%52.16%-
XYZ17.3718.0610.16-
YUV116.98107.13139.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=40.43%
G=35.26%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331168000.130.400.4840.7524.8841.76
Hex8574500D283029192a
Octal2051641200155060513152
Binary10000101111010010100000110110100011000010100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857450; }

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

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

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

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

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

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

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

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